Initial implementation of trace restrict slots
This commit is contained in:
@@ -27,6 +27,7 @@ struct Train;
|
||||
enum VehicleRailFlags {
|
||||
VRF_REVERSING = 0,
|
||||
VRF_WAITING_RESTRICTION = 1, ///< Train is waiting due to a routing restriction, only valid when VRF_TRAIN_STUCK is also set.
|
||||
VRF_HAVE_SLOT = 2, ///< Train has 1 or more slots
|
||||
VRF_POWEREDWAGON = 3, ///< Wagon is powered.
|
||||
VRF_REVERSE_DIRECTION = 4, ///< Reverse the visible direction of the vehicle.
|
||||
|
||||
|
Reference in New Issue
Block a user