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
commit900113f8d2fa52168198946f1b9cb23561916b48 (patch)
tree848589ffb53e5819f3f6977d3062bd7fe33abd47 /src/engine.h
parent5438336102263c4b875fdc7127274af749e9454a (diff)
downloadopenttd-900113f8d2fa52168198946f1b9cb23561916b48.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;