summaryrefslogtreecommitdiff
path: root/engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'engine.h')
-rw-r--r--engine.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine.h b/engine.h
index c62c1900a..6df7c650a 100644
--- a/engine.h
+++ b/engine.h
@@ -76,8 +76,8 @@ typedef struct RoadVehicleInfo {
typedef struct EngineInfo {
Date base_intro;
byte unk2; ///< Carriages have the highest bit set in this one
- byte lifelength;
- byte base_life;
+ Year lifelength;
+ Year base_life;
byte railtype:4;
byte climates:4;
uint32 refit_mask;