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:
parent
310dd86371
commit
0b5d1ab5de
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue