mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2024-11-11 07:42:15 +00:00
matchTime fix
This commit is contained in:
parent
8551936133
commit
976a3e9f67
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ void MM_RunFrame (void) {
|
|||
//Each Type has different ways of dealing things..
|
||||
case (GT_TEAMPLAY):
|
||||
if (level.team_game_going && level.inGame)
|
||||
level.matchTime += 1/fps;
|
||||
level.matchTime += 1.0f/(float)fps;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue