1
0
Fork 0
mirror of https://github.com/halpz/re3.git synced 2024-12-22 17:35:29 +00:00

Update Automobile.h

Changes enum eCarNodes to start at 0 so that NUM_CAR_NODES is correct
This commit is contained in:
Jacob 2023-11-28 21:59:12 -08:00 committed by GitHub
parent 310dd86371
commit 0b5d1ab5de
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 = 1,
CAR_WHEEL_RF = 0,
CAR_WHEEL_RM,
CAR_WHEEL_RB,
CAR_WHEEL_LF,