(svn r8321) -Fix
Reduce the size of EngineInfo (from 28 to 24 bytes) by moving one of its attributes
This commit is contained in:
@@ -78,9 +78,9 @@ typedef struct RoadVehicleInfo {
|
||||
*/
|
||||
typedef struct EngineInfo {
|
||||
Date base_intro;
|
||||
byte unk2; ///< Carriages have the highest bit set in this one
|
||||
Year lifelength;
|
||||
Year base_life;
|
||||
byte unk2; ///< Carriages have the highest bit set in this one
|
||||
byte load_amount;
|
||||
byte climates;
|
||||
uint32 refit_mask;
|
||||
|
Reference in New Issue
Block a user