From 0087e5c2d654dca6232514ecb8d5b30fa21912b1 Mon Sep 17 00:00:00 2001 From: IntelOrca Date: Mon, 11 Jan 2016 18:30:58 +0000 Subject: [PATCH] fix importing of legacy scenario scores only one would ever be imported because of a break loop that shouldn't be there --- src/scenario_list.c | 3 --- 1 file changed, 3 deletions(-) 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);