(svn r14755) -Codechange: remove ending year as it can't be changed anyways.

This commit is contained in:
rubidium
2008-12-28 16:09:58 +00:00
parent 87e5a8b52b
commit 683b65ee18
8 changed files with 7 additions and 10 deletions

View File

@@ -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);