src/newgrf_callbacks.h
changeset 8783 9ae8c79c7708
parent 8299 d5c112dc0726
child 9181 b65dd02939dd
equal deleted inserted replaced
8782:5d7bdc3abeac 8783:9ae8c79c7708
   295 	CBM_INDT_DRAW_FOUNDATIONS         = 5,  ///< decides if default foundations need to be drawn
   295 	CBM_INDT_DRAW_FOUNDATIONS         = 5,  ///< decides if default foundations need to be drawn
   296 	CBM_INDT_AUTOSLOPE                = 6,  ///< decides allowance of autosloping
   296 	CBM_INDT_AUTOSLOPE                = 6,  ///< decides allowance of autosloping
   297 };
   297 };
   298 
   298 
   299 /**
   299 /**
   300  * Result of a failed callback.
   300  * Different values for Callback result evaluations
   301  */
   301  */
   302 enum {
   302 enum {
   303 	CALLBACK_FAILED = 0xFFFF
   303 	CALLBACK_FAILED              = 0xFFFF,  ///< Result of a failed callback.
       
   304 	CALLBACK_HOUSEPRODCARGO_END  = 0x20FF,  ///< Sentinel indicating that the loop for CBID_HOUSE_PRODUCE_CARGO has ended
   304 };
   305 };
   305 
   306 
   306 #endif /* NEWGRF_CALLBACKS_H */
   307 #endif /* NEWGRF_CALLBACKS_H */