Add slot support to road vehicles, ships and aircraft
This commit is contained in:
@@ -26,7 +26,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
|
||||
/* gap, was VRF_HAVE_SLOT */
|
||||
VRF_POWEREDWAGON = 3, ///< Wagon is powered.
|
||||
VRF_REVERSE_DIRECTION = 4, ///< Reverse the visible direction of the vehicle.
|
||||
VRF_HAS_HIT_RV = 5, ///< Train has hit road vehicle
|
||||
|
Reference in New Issue
Block a user