GRF analysis: Check for indtile anim next frame callback per layout subset

This commit is contained in:
Jonathan G Rennison
2023-12-07 01:51:47 +00:00
parent 91d872c88e
commit ef77a9be28
3 changed files with 12 additions and 6 deletions

View File

@@ -18,6 +18,7 @@ struct AnalyseCallbackOperationIndustryTileData {
uint64 *result_mask;
uint8 layout_index;
bool anim_state_at_offset;
bool check_anim_next_frame_cb;
};
#endif /* NEWGRF_INDUSTRYTILES_ANALYSIS_H */