diff options
Diffstat (limited to 'src/highscore.h')
-rw-r--r-- | src/highscore.h | 2 |
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 */ |