mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-26 19:14:15 +01:00
added some unused enums
This commit is contained in:
parent
0ac3477035
commit
4f1ce8bd42
@ -36,7 +36,14 @@ enum eCarPositions
|
|||||||
CAR_POS_TAILLIGHTS,
|
CAR_POS_TAILLIGHTS,
|
||||||
CAR_POS_FRONTSEAT,
|
CAR_POS_FRONTSEAT,
|
||||||
CAR_POS_BACKSEAT,
|
CAR_POS_BACKSEAT,
|
||||||
CAR_POS_EXHAUST = 9,
|
// these are unused so we don't know the actual values
|
||||||
|
CAR_POS_REVERSELIGHTS,
|
||||||
|
CAR_POS_BRAKELIGHTS,
|
||||||
|
CAR_POS_INDICATORS_FRONT,
|
||||||
|
CAR_POS_INDICATORS_BACK,
|
||||||
|
CAR_POS_STEERWHEEL,
|
||||||
|
//
|
||||||
|
CAR_POS_EXHAUST
|
||||||
};
|
};
|
||||||
|
|
||||||
// These are used for all the wheel arrays
|
// These are used for all the wheel arrays
|
||||||
|
Loading…
Reference in New Issue
Block a user