File diff r6605:c6e1cd1aaedb → r6606:113b1820d4cb
src/engine.h
Show inline comments
 
@@ -105,6 +105,7 @@ struct EngineInfo {
 
	byte refit_cost;
 
	byte misc_flags;
 
	byte callbackmask;
 
	byte retire_early; ///< Number of years early to retire vehicle
 
};
 

	
 
struct Engine {