summaryrefslogtreecommitdiff
path: root/src/highscore.cpp
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2012-12-05 19:36:41 +0000
committerfrosch <frosch@openttd.org>2012-12-05 19:36:41 +0000
commitd1ab0f03bcfc01be933d70edda9b95fb0ffeb8b4 (patch)
treee0ea4cdde0c4d20de3c397ba2453ee6b2e312246 /src/highscore.cpp
parent812ae4140a8566c2b4b43c6aa5bab5eecf82f18a (diff)
downloadopenttd-d1ab0f03bcfc01be933d70edda9b95fb0ffeb8b4.tar.xz
(svn r24790) -Remove: Classic difficulty profiles.
Diffstat (limited to 'src/highscore.cpp')
-rw-r--r--src/highscore.cpp2
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;