diff --git a/src/scenario_list.c b/src/scenario_list.c index 5d5efc86a6..24110859f4 100644 --- a/src/scenario_list.c +++ b/src/scenario_list.c @@ -388,9 +388,6 @@ static bool scenario_scores_legacy_load(const utf8 *path) highscore->timestamp = DATETIME64_MIN; highscoresDirty = true; } - - // Exit loop - break; } } SDL_RWclose(file);