diff --git a/src/p_user.c b/src/p_user.c index 1518629b0..9bff6502d 100644 --- a/src/p_user.c +++ b/src/p_user.c @@ -1330,7 +1330,7 @@ void P_DoPlayerExit(player_t *player, pflags_t flags) if (grandprixinfo.gp == true && grandprixinfo.eventmode != GPEVENT_SPECIAL - && player->bot == false && losing == false) + && player->bot == false && losing == false && player->hudrings > 0) { const UINT8 lifethreshold = 20;