This commit is contained in:
toasterbabe 2017-05-29 21:24:09 +01:00
parent 726cd9757b
commit da05371e69

View file

@ -8199,7 +8199,7 @@ static void P_DeathThink(player_t *player)
&& (netgame || multiplayer) && (netgame || multiplayer)
&& (player->lives <= 0)) && (player->lives <= 0))
{ {
for (; j < MAXPLAYERS; j++) for (j = 0; j < MAXPLAYERS; j++)
{ {
if (!playeringame[j]) if (!playeringame[j])
continue; continue;