diff --git a/src/k_battle.c b/src/k_battle.c index 74d3060a7..ae4ca1124 100644 --- a/src/k_battle.c +++ b/src/k_battle.c @@ -150,7 +150,7 @@ void K_CheckBumpers(void) } } - if (numingame <= 2 && battleovertime.enabled && battleovertime.radius <= BARRIER_MIN_RADIUS) + if (numingame - eliminated <= 2 && battleovertime.enabled && battleovertime.radius <= BARRIER_MIN_RADIUS) { Music_Stop("battle_overtime"); S_StartSound(NULL, sfx_kc4b); // Loud noise helps mask transition