mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-13 23:20:34 +00:00
uint8 enums fixed
This commit is contained in:
parent
912e71be53
commit
4c0744260d
22 changed files with 48 additions and 49 deletions
|
@ -281,7 +281,7 @@ public:
|
|||
int8 m_comedyControlState;
|
||||
CStoredCollPoly m_aCollPolys[2]; // poly which is under front/rear part of car
|
||||
float m_fSteerInput;
|
||||
eVehicleType m_vehType;
|
||||
uint8 m_vehType;
|
||||
|
||||
static void *operator new(size_t);
|
||||
static void *operator new(size_t sz, int slot);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue