(svn r21504) -Codechange: move the "lost" bit from the train's flags to vehicle flags

This commit is contained in:
rubidium
2010-12-13 21:52:39 +00:00
parent a2b50b05c1
commit 49a77e89c4
4 changed files with 17 additions and 8 deletions

View File

@@ -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,