From: Holger Schemel Date: Mon, 6 Jan 2025 15:43:44 +0000 (+0100) Subject: fixed showing wrong playfield actions when closing "replace tape" door X-Git-Tag: 4.4.0.1~41 X-Git-Url: https://git.artsoft.org/?a=commitdiff_plain;h=fdb5c6f43ba850804e681002f9bfdc7584b42513;p=rocksndiamonds.git fixed showing wrong playfield actions when closing "replace tape" door This bug was introduced by commit feec08d4. --- diff --git a/src/game.c b/src/game.c index f1b37dc5..196e7617 100644 --- a/src/game.c +++ b/src/game.c @@ -5393,10 +5393,10 @@ void GameEnd(void) if (game.LevelSolved_SaveScore && scores.last_added >= 0 && setup.show_scores_after_game) { - CloseDoor(DOOR_CLOSE_ALL); - SetGameStatus(GAME_MODE_SCORES); + CloseDoor(DOOR_CLOSE_ALL); + DrawHallOfFame(last_level_nr); } else if (scores.continue_playing)