(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 0d6bef2171
commit d85adeeca5
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 */