From d1ab0f03bcfc01be933d70edda9b95fb0ffeb8b4 Mon Sep 17 00:00:00 2001 From: frosch Date: Wed, 5 Dec 2012 19:36:41 +0000 Subject: (svn r24790) -Remove: Classic difficulty profiles. --- src/highscore.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/highscore.cpp') 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; -- cgit v1.2.3-54-g00ecf