(svn r23410) -Add: A window with a detailed overview over the infrastructure of a company.

This commit is contained in:
michi_cc
2011-12-03 23:40:08 +00:00
parent eadbb5764b
commit 6083d6ffb4
7 changed files with 413 additions and 0 deletions

View File

@@ -2752,6 +2752,8 @@ void ReloadNewGRFData()
DeleteInvalidEngineNews();
/* Update livery selection windows */
for (CompanyID i = COMPANY_FIRST; i < MAX_COMPANIES; i++) InvalidateWindowData(WC_COMPANY_COLOUR, i);
/* Update company infrastructure counts. */
InvalidateWindowClassesData(WC_COMPANY_INFRASTRUCTURE);
/* redraw the whole screen */
MarkWholeScreenDirty();
CheckTrainsLengths();