(svn r5915) -Cleanup: some variables were named *_date while they were only holding years; rename these variables to match this.

This commit is contained in:
rubidium
2006-08-15 14:52:17 +00:00
parent d447f025e9
commit 8aa76f306d
41 changed files with 105 additions and 105 deletions

View File

@@ -819,7 +819,7 @@ static void HighScoreWndProc(Window *w, WindowEvent *e)
SetupHighScoreEndWindow(w, &x, &y);
SetDParam(0, _patches.ending_date);
SetDParam(0, _patches.ending_year);
SetDParam(1, w->window_number + STR_6801_EASY);
DrawStringMultiCenter(x + (640 / 2), y + 62, !_networking ? STR_0211_TOP_COMPANIES_WHO_REACHED : STR_TOP_COMPANIES_NETWORK_GAME, 500);