Skip to content

Commit 8de180e

Browse files
committed
Review
1 parent 7225101 commit 8de180e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Client/game_sa/CVehicleSA.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,8 @@ class CAutoPilot
222222
BYTE pad[56];
223223
};
224224

225-
enum class eComponentRotationAxis
225+
// CVehicle::SetComponentRotation (0x6DBA30) expect int (4 bytes)
226+
enum class eComponentRotationAxis : std::uint32_t
226227
{
227228
AXIS_X,
228229
AXIS_Y,

0 commit comments

Comments
 (0)