(svn r10473) -Codechange: make the industry "window", the one that shows when you click on an industry, more flexible to allow easier integration with newindustries.

This commit is contained in:
rubidium
2007-07-08 00:25:05 +00:00
parent e51d9d4fbd
commit 8b54aab214
4 changed files with 90 additions and 29 deletions

View File

@@ -295,4 +295,6 @@ void IndustryProductionCallback(Industry *ind, int reason)
SB(object.callback_param2, 24, 8, again);
}
InvalidateWindow(WC_INDUSTRY_VIEW, ind->index);
}