Skip to content

Commit 8e8c8f2

Browse files
committed
move 'speedcontrol' vehicle flag back to unk
1 parent a5aa64b commit 8e8c8f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dat/Objects/Vehicle/VehicleObjectFlags.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public enum VehicleObjectFlags : uint16_t
1717
AlternatingCarSprite = 1 << 7,
1818
AircraftIsTailDragger = 1 << 8,
1919
AnyRoadType = 1 << 9, // set on all road vehicles except trams
20-
SpeedControl = 1 << 10,
20+
unk_10 = 1 << 10, // speed control?
2121
CannotCoupleToSelf_AircraftFlaresLanding = 1 << 11, // set only on Concorde for aircraft
2222
MustHavePair = 1 << 12, // train requires two or more of this vehicle
2323
CanWheelSlip_AircraftIsHelicopter = 1 << 13, // set on all steam locomotives, or marks a helicopter for aircraft

0 commit comments

Comments
 (0)