summaryrefslogtreecommitdiff
path: root/src/vehicle_base.h
diff options
context:
space:
mode:
authormichi_cc <michi_cc@openttd.org>2010-08-15 22:37:30 +0000
committermichi_cc <michi_cc@openttd.org>2010-08-15 22:37:30 +0000
commita994c1ef71adecc7bc1968d31ab0bcbcf4912d24 (patch)
tree92e0b6f9732546ee858205b7237bbade62cf9c22 /src/vehicle_base.h
parent236737b2f29cc9ddd129a963d6a312a5c4ffe78b (diff)
downloadopenttd-a994c1ef71adecc7bc1968d31ab0bcbcf4912d24.tar.xz
(svn r20506) -Change: Vehicles will now stop loading after a load cycle that loaded less than possible, unless it's a full load order. This should improve behaviour with gradual loading and cargo continuously trickling in.
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 0ecb41e45..c2bc0e8db 100644
--- a/src/vehicle_base.h
+++ b/src/vehicle_base.h
@@ -40,6 +40,7 @@ enum VehicleFlags {
VF_TIMETABLE_STARTED, ///< Whether the vehicle has started running on the timetable yet.
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.
};
/** Cached oftenly queried (NewGRF) values */