Skip to content

Commit

Permalink
game: fixed total play time, refs #403
Browse files Browse the repository at this point in the history
  • Loading branch information
rmarquis committed Jan 23, 2017
1 parent 237e8fd commit 9d97cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game/g_skillrating.c
Expand Up @@ -161,7 +161,7 @@ void G_UpdateSkillRating(int winner)
int playerTeam, rankFactor, i;

// total play time
int totalTime = level.intermissiontime - level.startTime - level.timeDelta;
int totalTime = level.intermissionQueued - level.startTime - level.timeDelta;

// map side parameter
if (g_skillRating.integer > 1)
Expand Down

0 comments on commit 9d97cf9

Please sign in to comment.