equal
deleted
inserted
replaced
95 |
95 |
96 /* Called to indicate how long the current animation frame should last. */ |
96 /* Called to indicate how long the current animation frame should last. */ |
97 CBID_INDTILE_ANIMATION_SPEED = 0x27, // not yet implemented |
97 CBID_INDTILE_ANIMATION_SPEED = 0x27, // not yet implemented |
98 |
98 |
99 /* Called to determine if the given industry can be built on specific area */ |
99 /* Called to determine if the given industry can be built on specific area */ |
100 CBID_INDUSTRY_LOCATION = 0x28, // not yet implemented |
100 CBID_INDUSTRY_LOCATION = 0x28, |
101 |
101 |
102 /* Called on production changes, so it can be adjusted */ |
102 /* Called on production changes, so it can be adjusted */ |
103 CBID_INDUSTRY_PRODUCTION_CHANGE = 0x29, // not yet implemented |
103 CBID_INDUSTRY_PRODUCTION_CHANGE = 0x29, // not yet implemented |
104 |
104 |
105 /* Called (if appropriate bit in callback mask is set) to determine which |
105 /* Called (if appropriate bit in callback mask is set) to determine which |