summaryrefslogtreecommitdiff
path: root/src/train.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2010-12-13 21:52:39 +0000
committerrubidium <rubidium@openttd.org>2010-12-13 21:52:39 +0000
commit49a77e89c425c37eb4c6bb4bf9e942bd75a48d57 (patch)
treeeebb3a1f7f349404435949a411fb4072e4914da9 /src/train.h
parenta2b50b05c14a27ecbd63026b17b87582bc955305 (diff)
downloadopenttd-49a77e89c425c37eb4c6bb4bf9e942bd75a48d57.tar.xz
(svn r21504) -Codechange: move the "lost" bit from the train's flags to vehicle flags
Diffstat (limited to 'src/train.h')
-rw-r--r--src/train.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/train.h b/src/train.h
index 57d040b18..4e0bc10de 100644
--- a/src/train.h
+++ b/src/train.h
@@ -30,9 +30,6 @@ enum VehicleRailFlags {
/* used to reverse the visible direction of the vehicle */
VRF_REVERSE_DIRECTION = 4,
- /* 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,