GP: show GAME OVER tally in Sealed Stars

This commit is contained in:
James R 2024-04-06 17:46:55 -07:00
parent 01016ceee9
commit 0d76746a95

View file

@ -551,9 +551,11 @@ void level_tally_t::Init(player_t *player)
done = (player->spectator == true || player->bot == true);
if (specialstageinfo.valid == true && (player->pflags & PF_NOCONTEST) == PF_NOCONTEST)
if (specialstageinfo.valid == true && (player->pflags & PF_NOCONTEST) == PF_NOCONTEST &&
(G_GametypeUsesLives() && player->lives <= 0) == false)
{
// No tally when losing special stages
// Except when GAME OVER
state = TALLY_ST_IGNORE;
delay = 0;
}