equal
deleted
inserted
replaced
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; |