changeset 3997 | 8a997effbcec |
parent 3956 | 92362ba224b7 |
child 4023 | 5d84c056a2b1 |
3996:5d30d315a2ed | 3997:8a997effbcec |
---|---|
73 byte lifelength; |
73 byte lifelength; |
74 byte base_life; |
74 byte base_life; |
75 byte railtype:4; |
75 byte railtype:4; |
76 byte climates:4; |
76 byte climates:4; |
77 uint32 refit_mask; |
77 uint32 refit_mask; |
78 byte refit_cost; |
|
78 byte misc_flags; |
79 byte misc_flags; |
79 byte callbackmask; |
80 byte callbackmask; |
80 } EngineInfo; |
81 } EngineInfo; |
81 |
82 |
82 typedef struct Engine { |
83 typedef struct Engine { |