Skip to content

Commit ca00cfe

Browse files
committed
extra-natives: fix wheel values for build 1604
1 parent bcb0394 commit ca00cfe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

code/components/extra-natives-five/src/VehicleExtraNatives.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,8 @@ const int WheelXOffsetOffset = 0x030;
161161
const int WheelTyreRadiusOffset = 0x110;
162162
const int WheelRimRadiusOffset = 0x114;
163163
const int WheelTyreWidthOffset = 0x118;
164-
const int WheelRotationSpeedOffset = 0x168;
165-
const int WheelHealthOffset = 0x1E0;
164+
const int WheelRotationSpeedOffset = 0x170;
165+
const int WheelHealthOffset = 0x1E8; // 75 24 F3 0F 10 81 ? ? ? ? F3 0F
166166
const int WheelYRotOffset = 0x008;
167167
const int WheelInvYRotOffset = 0x010;
168168

0 commit comments

Comments
 (0)