equal
deleted
inserted
replaced
158 |
158 |
159 /** Called to determine industry special effects */ |
159 /** Called to determine industry special effects */ |
160 CBID_INDUSTRY_SPECIAL_EFFECT = 0x3B, |
160 CBID_INDUSTRY_SPECIAL_EFFECT = 0x3B, |
161 |
161 |
162 /** Called to determine if industry can alter the ground below industry tile */ |
162 /** Called to determine if industry can alter the ground below industry tile */ |
163 CBID_INDUSTRY_AUTOSLOPE = 0x3C, // not implemented |
163 CBID_INDUSTRY_AUTOSLOPE = 0x3C, |
164 |
164 |
165 /** Called to determine if the industry can still accept or refuse more cargo arrival */ |
165 /** Called to determine if the industry can still accept or refuse more cargo arrival */ |
166 CBID_INDUSTRY_REFUSE_CARGO = 0x3D, |
166 CBID_INDUSTRY_REFUSE_CARGO = 0x3D, |
167 |
167 |
168 /** Called to determine whether a town building can be destroyed. */ |
168 /** Called to determine whether a town building can be destroyed. */ |