diff options
Diffstat (limited to 'src/highscore.cpp')
-rw-r--r-- | src/highscore.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/highscore.cpp b/src/highscore.cpp index 582b13865..0a38acf2e 100644 --- a/src/highscore.cpp +++ b/src/highscore.cpp @@ -52,7 +52,7 @@ StringID EndGameGetPerformanceTitleFromValue(uint value) /** Save the highscore for the company */ int8 SaveHighScoreValue(const Company *c) { - HighScore *hs = _highscore_table[_settings_game.difficulty.diff_level]; + HighScore *hs = _highscore_table[SP_CUSTOM]; uint i; uint16 score = c->old_economy[0].performance_history; |