We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5aa64b commit 8e8c8f2Copy full SHA for 8e8c8f2
1 file changed
Dat/Objects/Vehicle/VehicleObjectFlags.cs
@@ -17,7 +17,7 @@ public enum VehicleObjectFlags : uint16_t
17
AlternatingCarSprite = 1 << 7,
18
AircraftIsTailDragger = 1 << 8,
19
AnyRoadType = 1 << 9, // set on all road vehicles except trams
20
- SpeedControl = 1 << 10,
+ unk_10 = 1 << 10, // speed control?
21
CannotCoupleToSelf_AircraftFlaresLanding = 1 << 11, // set only on Concorde for aircraft
22
MustHavePair = 1 << 12, // train requires two or more of this vehicle
23
CanWheelSlip_AircraftIsHelicopter = 1 << 13, // set on all steam locomotives, or marks a helicopter for aircraft
0 commit comments