summaryrefslogtreecommitdiff
path: root/vehicle.h
diff options
context:
space:
mode:
authorKUDr <KUDr@openttd.org>2006-11-17 19:31:44 +0000
committerKUDr <KUDr@openttd.org>2006-11-17 19:31:44 +0000
commitff7e46f37829e8bbc53a5cad6fdb4b507c531577 (patch)
tree9c7682092cc873482f869cd11ccca7d20fe73bc2 /vehicle.h
parentfd8dd81b74a065dc201f6a2fc2cde4373340e570 (diff)
downloadopenttd-ff7e46f37829e8bbc53a5cad6fdb4b507c531577.tar.xz
(svn r7195) -Feature: [FS#297, optional elrails] New patches/vehicles option 'disable electrified railways'.
(original patch by maedhros, ideas: peter1138, Darkvater, Rubidium, Patrick, Eddi|zuHause, ..)
Diffstat (limited to 'vehicle.h')
-rw-r--r--vehicle.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/vehicle.h b/vehicle.h
index ef57eaee2..7681b9de9 100644
--- a/vehicle.h
+++ b/vehicle.h
@@ -95,6 +95,9 @@ enum {
// used to mark train as lost because PF can't find the route
VRF_NO_PATH_TO_DESTINATION = 5,
+
+ // used to mark that electric train engine is allowed to run on normal rail
+ VRF_EL_ENGINE_ALLOWED_NORMAL_RAIL = 6,
};
typedef struct VehicleAir {