summaryrefslogtreecommitdiff
path: root/src/vehicle_base.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/vehicle_base.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/vehicle_base.h')
-rw-r--r--src/vehicle_base.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vehicle_base.h b/src/vehicle_base.h
index 4dfa4e6f1..f0cd76628 100644
--- a/src/vehicle_base.h
+++ b/src/vehicle_base.h
@@ -44,6 +44,7 @@ enum VehicleFlags {
VF_AUTOFILL_TIMETABLE, ///< Whether the vehicle should fill in the timetable automatically.
VF_AUTOFILL_PRES_WAIT_TIME, ///< Whether non-destructive auto-fill should preserve waiting times
VF_STOP_LOADING, ///< Don't load anymore during the next load cycle.
+ VF_PATHFINDER_LOST, ///< Vehicle's pathfinder is lost.
};
/** Bit numbers used to indicate which of the #NewGRFCache values are valid. */