Skip to content

Commit

Permalink
Fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
danij committed Jan 24, 2007
1 parent 93b7f3d commit 9435be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/engine/portable/src/r_world.c
Expand Up @@ -2386,7 +2386,7 @@ void R_InitLevel(char *level_id)
// Invalidate old cmds and init player values.
for(i = 0; i < MAXPLAYERS; ++i)
{
player[i].invoid = false;
players[i].invoid = false;
if(isServer && players[i].ingame)
clients[i].runTime = SECONDS_TO_TICKS(gameTime);
}
Expand Down

0 comments on commit 9435be6

Please sign in to comment.