src/newgrf_callbacks.h
changeset 7207 277c6c315403
parent 7205 0a6d45455ae5
child 7208 e875325a4291
equal deleted inserted replaced
7206:fbba6cb67bc8 7207:277c6c315403
    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