forked from mirror/OpenTTD
(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:
@@ -295,4 +295,6 @@ void IndustryProductionCallback(Industry *ind, int reason)
|
||||
|
||||
SB(object.callback_param2, 24, 8, again);
|
||||
}
|
||||
|
||||
InvalidateWindow(WC_INDUSTRY_VIEW, ind->index);
|
||||
}
|
||||
|
Reference in New Issue
Block a user