summaryrefslogtreecommitdiff
path: root/src/company_gui.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-12-28 16:09:58 +0000
committerrubidium <rubidium@openttd.org>2008-12-28 16:09:58 +0000
commitef20d229aba42121dad7a195cfd05db94a54d9d9 (patch)
tree63a4e2275c53d091675758b85913b051a87b9b39 /src/company_gui.cpp
parente83cca7d130872b9d64523ce1a0d61306bc31599 (diff)
downloadopenttd-ef20d229aba42121dad7a195cfd05db94a54d9d9.tar.xz
(svn r14755) -Codechange: remove ending year as it can't be changed anyways.
Diffstat (limited to 'src/company_gui.cpp')
-rw-r--r--src/company_gui.cpp2
1 files changed, 1 insertions, 1 deletions
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);