src/newgrf_callbacks.h
changeset 7582 80c8517b08d1
parent 7327 d810677fb909
child 7600 f885804de706
equal deleted inserted replaced
7581:24dab79dca15 7582:80c8517b08d1
   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. */