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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user