changeset 3095 | 19084629d27a |
parent 3022 | d4b90d0b5b24 |
child 3113 | d79500c648da |
3094:e8318bbdbee5 | 3095:19084629d27a |
---|---|
77 byte lifelength; |
77 byte lifelength; |
78 byte base_life; |
78 byte base_life; |
79 byte railtype:4; |
79 byte railtype:4; |
80 byte climates:4; |
80 byte climates:4; |
81 uint32 refit_mask; |
81 uint32 refit_mask; |
82 byte misc_flags; |
|
82 } EngineInfo; |
83 } EngineInfo; |
83 |
84 |
84 typedef struct Engine { |
85 typedef struct Engine { |
85 uint16 intro_date; |
86 uint16 intro_date; |
86 uint16 age; |
87 uint16 age; |