From da05371e69472d25ed268a9811c1ac8325ee92f7 Mon Sep 17 00:00:00 2001 From: toasterbabe Date: Mon, 29 May 2017 21:24:09 +0100 Subject: [PATCH] woops --- src/p_user.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;