Industry: Determine which tiles in industry layouts are not animated
Do not set these as animated tiles for new industries
This commit is contained in:
@@ -54,8 +54,11 @@ enum AnalyseCallbackOperationMode {
|
||||
ACOM_CB36_PROP,
|
||||
ACOM_FIND_CB_RESULT,
|
||||
ACOM_CB36_SPEED,
|
||||
ACOM_INDUSTRY_TILE,
|
||||
};
|
||||
|
||||
struct AnalyseCallbackOperationIndustryTileData;
|
||||
|
||||
struct AnalyseCallbackOperation {
|
||||
struct FindCBResultData {
|
||||
uint16 callback;
|
||||
@@ -70,6 +73,7 @@ struct AnalyseCallbackOperation {
|
||||
bool cb_result_found = false;
|
||||
union {
|
||||
FindCBResultData cb_result;
|
||||
AnalyseCallbackOperationIndustryTileData *indtile;
|
||||
} data;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user