From 900113f8d2fa52168198946f1b9cb23561916b48 Mon Sep 17 00:00:00 2001 From: tron Date: Sun, 21 Jan 2007 19:00:31 +0000 Subject: (svn r8321) -Fix Reduce the size of EngineInfo (from 28 to 24 bytes) by moving one of its attributes --- src/engine.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/engine.h') 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; -- cgit v1.2.3-70-g09d2