diff --git a/src/fheroes2/game/game_scenarioinfo.cpp b/src/fheroes2/game/game_scenarioinfo.cpp index 41530d71ac..1020417460 100644 --- a/src/fheroes2/game/game_scenarioinfo.cpp +++ b/src/fheroes2/game/game_scenarioinfo.cpp @@ -439,6 +439,8 @@ namespace return fheroes2::GameMode::START_GAME; } + fheroes2::drawMainMenuScreen(); + fheroes2::showStandardTextMessage( _( "Warning" ), _( "The map is corrupted." ), Dialog::OK ); return fheroes2::GameMode::MAIN_MENU; } @@ -447,6 +449,8 @@ namespace return fheroes2::GameMode::START_GAME; } + fheroes2::drawMainMenuScreen(); + fheroes2::showStandardTextMessage( _( "Warning" ), _( "The map is corrupted." ), Dialog::OK ); return fheroes2::GameMode::MAIN_MENU; } }