diff --git a/src/p_user.c b/src/p_user.c index 2045e8fea..53988e37b 100644 --- a/src/p_user.c +++ b/src/p_user.c @@ -8199,7 +8199,7 @@ static void P_DeathThink(player_t *player) && (netgame || multiplayer) && (player->lives <= 0)) { - for (; j < MAXPLAYERS; j++) + for (j = 0; j < MAXPLAYERS; j++) { if (!playeringame[j]) continue;