src/newgrf_callbacks.h
changeset 7205 0a6d45455ae5
parent 7199 e65a28455ee3
child 7207 277c6c315403
equal deleted inserted replaced
7204:ef8181ff2c1e 7205:0a6d45455ae5
   151 
   151 
   152 	/* Called to determine more text in the industry window */
   152 	/* Called to determine more text in the industry window */
   153 	CBID_INDUSTRY_WINDOW_MORE_TEXT  = 0x3A,
   153 	CBID_INDUSTRY_WINDOW_MORE_TEXT  = 0x3A,
   154 
   154 
   155 	/* Called to determine industry special effects */
   155 	/* Called to determine industry special effects */
   156 	CBID_INDUSTRY_SPECIAL_EFFECT    = 0x3B, // not yet implemented
   156 	CBID_INDUSTRY_SPECIAL_EFFECT    = 0x3B,
   157 
   157 
   158 	/* Called to determine if industry can alter the ground below industry tile */
   158 	/* Called to determine if industry can alter the ground below industry tile */
   159 	CBID_INDUSTRY_AUTOSLOPE         = 0x3C, // not yet implemented
   159 	CBID_INDUSTRY_AUTOSLOPE         = 0x3C, // not yet implemented
   160 
   160 
   161 	/* Called to determine if the industry can still accept or refuse more cargo arrival */
   161 	/* Called to determine if the industry can still accept or refuse more cargo arrival */