summaryrefslogtreecommitdiff
path: root/engine.h
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2006-12-02 16:56:32 +0000
committerpeter1138 <peter1138@openttd.org>2006-12-02 16:56:32 +0000
commitacac44820b15d0387cd4b246c3c42d90381acf8c (patch)
tree5e7abf3b12a62b206a4e2ea934e86e51e08cb91e /engine.h
parent71642d464bdd28ffc07eca9293043fa45f0fa659 (diff)
downloadopenttd-acac44820b15d0387cd4b246c3c42d90381acf8c.tar.xz
(svn r7326) -Feature: Add support for gradual (un)loading of vehicles (Maedhros)
Diffstat (limited to 'engine.h')
-rw-r--r--engine.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engine.h b/engine.h
index adb07cf44..ddf0abc95 100644
--- a/engine.h
+++ b/engine.h
@@ -77,6 +77,7 @@ typedef struct EngineInfo {
byte unk2; ///< Carriages have the highest bit set in this one
Year lifelength;
Year base_life;
+ byte load_amount;
byte railtype:4;
byte climates:4;
uint32 refit_mask;