(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.

This commit is contained in:
michi_cc
2010-08-15 22:37:30 +00:00
parent d08c3d9381
commit 29e7f55d94
2 changed files with 13 additions and 3 deletions

View File

@@ -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 */