From 683b65ee180d3685de82bf121492420c4db898e2 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 28 Dec 2008 16:09:58 +0000 Subject: (svn r14755) -Codechange: remove ending year as it can't be changed anyways. --- src/company_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/company_gui.cpp') diff --git a/src/company_gui.cpp b/src/company_gui.cpp index 50b050546..ea3fb2267 100644 --- a/src/company_gui.cpp +++ b/src/company_gui.cpp @@ -1542,7 +1542,7 @@ struct HighScoreWindow : EndGameHighScoreBaseWindow this->SetupHighScoreEndWindow(&x, &y); - SetDParam(0, _settings_client.gui.ending_year); + SetDParam(0, ORIGINAL_END_YEAR); SetDParam(1, this->window_number + STR_6801_EASY); DrawStringMultiCenter(x + (640 / 2), y + 62, !_networking ? STR_0211_TOP_COMPANIES_WHO_REACHED : STR_TOP_COMPANIES_NETWORK_GAME, 500); -- cgit v1.2.3-70-g09d2