src/engine.h
changeset 5770 2ddb043a2c61
parent 5763 a6029daa547f
child 5823 7aa8c2312103
equal deleted inserted replaced
5769:ff59c9fcbc41 5770:2ddb043a2c61
    76 /** Information about a vehicle
    76 /** Information about a vehicle
    77  *  @see table/engines.h
    77  *  @see table/engines.h
    78  */
    78  */
    79 typedef struct EngineInfo {
    79 typedef struct EngineInfo {
    80 	Date base_intro;
    80 	Date base_intro;
    81 	byte unk2;              ///< Carriages have the highest bit set in this one
       
    82 	Year lifelength;
    81 	Year lifelength;
    83 	Year base_life;
    82 	Year base_life;
       
    83 	byte unk2;         ///< Carriages have the highest bit set in this one
    84 	byte load_amount;
    84 	byte load_amount;
    85 	byte climates;
    85 	byte climates;
    86 	uint32 refit_mask;
    86 	uint32 refit_mask;
    87 	byte refit_cost;
    87 	byte refit_cost;
    88 	byte misc_flags;
    88 	byte misc_flags;