summaryrefslogtreecommitdiff
path: root/src/engine_type.h
diff options
context:
space:
mode:
authormichi_cc <michi_cc@openttd.org>2012-04-17 19:43:04 +0000
committermichi_cc <michi_cc@openttd.org>2012-04-17 19:43:04 +0000
commitbb8506032e1f3e7122b6bd86103b0f40cf65a384 (patch)
treeab6b2d789b3cec6e577c4c52e3cc8b1503dd3a73 /src/engine_type.h
parentd3c6130f3f8f720280d017b53c011b22c2683fe6 (diff)
downloadopenttd-bb8506032e1f3e7122b6bd86103b0f40cf65a384.tar.xz
(svn r24124) -Add [FS#4658]: [NewGRF] Misc engine flag to disable breakdown smoke. (Hirundo)
Diffstat (limited to 'src/engine_type.h')
-rw-r--r--src/engine_type.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine_type.h b/src/engine_type.h
index 2ce1f80e9..b02795322 100644
--- a/src/engine_type.h
+++ b/src/engine_type.h
@@ -157,6 +157,7 @@ enum EngineMiscFlags {
EF_RAIL_FLIPS = 3, ///< Rail vehicle can be flipped in the depot
EF_AUTO_REFIT = 4, ///< Automatic refitting is allowed
EF_NO_DEFAULT_CARGO_MULTIPLIER = 5, ///< Use the new capacity algorithm. The default cargotype of the vehicle does not affect capacity multipliers. CB 15 is also called in purchase list.
+ EF_NO_BREAKDOWN_SMOKE = 6, ///< Do not show black smoke during a breakdown.
};
/**