diff --git a/doomsday/engine/portable/src/r_world.c b/doomsday/engine/portable/src/r_world.c index 82a8c03748..94705a21f8 100644 --- a/doomsday/engine/portable/src/r_world.c +++ b/doomsday/engine/portable/src/r_world.c @@ -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); }