1
0
Fork 0
mirror of https://github.com/halpz/re3.git synced 2024-10-17 22:01:07 +00:00

Fix automobile nodes

This commit is contained in:
Soda 2023-12-28 23:28:24 +01:00 committed by GitHub
parent 0b5d1ab5de
commit 3452c5e476
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ class CObject;
enum eCarNodes
{
CAR_WHEEL_RF = 0,
CAR_WHEEL_RF = 1, // Fix automobile node
CAR_WHEEL_RM,
CAR_WHEEL_RB,
CAR_WHEEL_LF,