diff --git a/similar/main/scores.cpp b/similar/main/scores.cpp index 15394162f..25a4fde6f 100644 --- a/similar/main/scores.cpp +++ b/similar/main/scores.cpp @@ -264,9 +264,6 @@ void scores_maybe_add_player() } scores_view(&last_game, position); - - if (Game_wind) - window_close(Game_wind); // prevent the next game from doing funny things } static void scores_rputs(int x, int y, char *buffer) __attribute_nonnull();