summaryrefslogtreecommitdiff
path: root/src/engine_type.h
diff options
context:
space:
mode:
authormichi_cc <michi_cc@openttd.org>2011-11-04 00:38:51 +0000
committermichi_cc <michi_cc@openttd.org>2011-11-04 00:38:51 +0000
commitf200ffa90c6f3835468d5cc2ae79499b9058bd7b (patch)
treeb686f5dbd85948cad46307e4d64074463203d79a /src/engine_type.h
parentb9841bba816d20de692e159ac6b80ddd0c202fa7 (diff)
downloadopenttd-f200ffa90c6f3835468d5cc2ae79499b9058bd7b.tar.xz
(svn r23087) -Feature: Auto-refitting of vehicles during loading at a station when the vehicle allows it.
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 115cc1f98..635c01f27 100644
--- a/src/engine_type.h
+++ b/src/engine_type.h
@@ -153,6 +153,7 @@ enum EngineMiscFlags {
EF_USES_2CC = 1, ///< Vehicle uses two company colours
EF_RAIL_IS_MU = 2, ///< Rail vehicle is a multiple-unit (DMU/EMU)
EF_RAIL_FLIPS = 3, ///< Rail vehicle can be flipped in the depot
+ EF_AUTO_REFIT = 4, ///< Automatic refitting is allowed
};
/**