summaryrefslogtreecommitdiff
path: root/src/highscore.h
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.h
parent812ae4140a8566c2b4b43c6aa5bab5eecf82f18a (diff)
downloadopenttd-d1ab0f03bcfc01be933d70edda9b95fb0ffeb8b4.tar.xz
(svn r24790) -Remove: Classic difficulty profiles.
Diffstat (limited to 'src/highscore.h')
-rw-r--r--src/highscore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/highscore.h b/src/highscore.h
index 97b57ca5e..65c6aa40f 100644
--- a/src/highscore.h
+++ b/src/highscore.h
@@ -29,6 +29,6 @@ void LoadFromHighScore();
int8 SaveHighScoreValue(const Company *c);
int8 SaveHighScoreValueNetwork();
StringID EndGameGetPerformanceTitleFromValue(uint value);
-void ShowHighscoreTable(int difficulty, int8 rank);
+void ShowHighscoreTable(int difficulty = SP_CUSTOM, int8 rank = -1);
#endif /* HIGHSCORE_H */