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

@ -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,