diff --git a/src/highscore_gui.cpp b/src/highscore_gui.cpp index 6d912c7cf5..ffe62cb978 100644 --- a/src/highscore_gui.cpp +++ b/src/highscore_gui.cpp @@ -175,7 +175,7 @@ struct HighScoreWindow : EndGameHighScoreBaseWindow { void Close([[maybe_unused]] int data = 0) override { - if (_game_mode != GM_MENU) ShowVitalWindows(); + if (_game_mode != GM_MENU && !_exit_game) ShowVitalWindows(); if (!_networking && !this->game_paused_by_player) Command::Post(PM_PAUSED_NORMAL, false); // unpause