summaryrefslogtreecommitdiff
path: root/src/engine.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2007-01-21 19:00:31 +0000
committertron <tron@openttd.org>2007-01-21 19:00:31 +0000
commit8ac3272e8598527778f8afdcf2f690cb2a5518c5 (patch)
tree848589ffb53e5819f3f6977d3062bd7fe33abd47 /src/engine.h
parentfb8b0557f9e101515acc71a4a2d8bc709cfe733d (diff)
downloadopenttd-8ac3272e8598527778f8afdcf2f690cb2a5518c5.tar.xz
(svn r8321) -Fix
Reduce the size of EngineInfo (from 28 to 24 bytes) by moving one of its attributes
Diffstat (limited to 'src/engine.h')
-rw-r--r--src/engine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine.h b/src/engine.h
index 083f2d69b..ef272f4d7 100644
--- a/src/engine.h
+++ b/src/engine.h
@@ -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;