summaryrefslogtreecommitdiff
path: root/engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'engine.h')
-rw-r--r--engine.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engine.h b/engine.h
index 4fbb3aa33..30c4acfa2 100644
--- a/engine.h
+++ b/engine.h
@@ -70,7 +70,8 @@ typedef struct EngineInfo {
byte unk2; ///< Carriages have the highest bit set in this one
byte lifelength;
byte base_life;
- byte railtype_climates; ///< contains the railtype in the lower four bits, and a mask to the climates where the vehicle is available in the upper four
+ byte railtype:4;
+ byte climates:4;
} EngineInfo;
typedef struct Engine {