This commit is contained in:
toasterbabe 2017-05-29 21:24:09 +01:00
parent 726cd9757b
commit da05371e69
1 changed files with 1 additions and 1 deletions

View File

@ -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;