(svn r8321) -Fix

Reduce the size of EngineInfo (from 28 to 24 bytes) by moving one of its attributes
This commit is contained in:
tron
2007-01-21 19:00:31 +00:00
parent fb8b0557f9
commit 8ac3272e85
2 changed files with 5 additions and 5 deletions

View File

@@ -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;