summaryrefslogtreecommitdiff
path: root/src/engine.h
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2007-04-18 18:00:33 +0000
committerbelugas <belugas@openttd.org>2007-04-18 18:00:33 +0000
commitd1c2c90ad01d056e88abb4a1d9e356418edc747b (patch)
treefac2c80abcc412ec1a4fb2b198121140a0a89b0c /src/engine.h
parenta993a0e27321dee2bbab0fae9775cb3d66f0d7aa (diff)
downloadopenttd-d1c2c90ad01d056e88abb4a1d9e356418edc747b.tar.xz
(svn r9669) -Documentation: some more doxygen fixes
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 4aed67994..4ebf1a9f2 100644
--- a/src/engine.h
+++ b/src/engine.h
@@ -90,7 +90,7 @@ struct EngineInfo {
Date base_intro;
Year lifelength;
Year base_life;
- byte unk2; ///< Carriages have the highest bit set in this one
+ byte unk2; ///< flag for carriage(bit 7) and decay speed(bits0..6)
byte load_amount;
byte climates;
uint32 refit_mask;