1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-06 06:32:56 +01:00

fix importing of legacy scenario scores

only one would ever be imported because of a break loop that shouldn't be there
This commit is contained in:
IntelOrca
2016-01-11 18:30:58 +00:00
parent c6ab870404
commit 0087e5c2d6

View File

@@ -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);