(svn r16752) -Codechange: Remove most of the window-changing code from AirportPickerWindow::OnPaint

This commit is contained in:
yexo
2009-07-05 16:50:56 +00:00
parent b9f181afc9
commit 96201f1a41
3 changed files with 38 additions and 23 deletions

View File

@@ -268,6 +268,7 @@ void IncreaseDate()
CompaniesYearlyLoop();
VehiclesYearlyLoop();
TownsYearlyLoop();
InvalidateWindowClassesData(WC_BUILD_STATION);
#ifdef ENABLE_NETWORK
if (_network_server) NetworkServerYearlyLoop();
#endif /* ENABLE_NETWORK */