mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-17 23:21:22 +00:00
woops
This commit is contained in:
parent
726cd9757b
commit
da05371e69
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue