(svn r17532) -Codechange: Rename several Invalidate functions to SetDirty for more consistency and distinguishability.
This commit is contained in:
@@ -557,5 +557,5 @@ void IndustryProductionCallback(Industry *ind, int reason)
|
||||
SB(object.callback_param2, 24, 8, again);
|
||||
}
|
||||
|
||||
InvalidateWindow(WC_INDUSTRY_VIEW, ind->index);
|
||||
SetWindowDirty(WC_INDUSTRY_VIEW, ind->index);
|
||||
}
|
||||
|
Reference in New Issue
Block a user