|
|
@ -277,6 +277,7 @@ public:
|
|
|
|
CStoredCollPoly m_aCollPolys[2]; // poly which is under front/rear part of car
|
|
|
|
CStoredCollPoly m_aCollPolys[2]; // poly which is under front/rear part of car
|
|
|
|
float m_fSteerInput;
|
|
|
|
float m_fSteerInput;
|
|
|
|
eVehicleType m_vehType;
|
|
|
|
eVehicleType m_vehType;
|
|
|
|
|
|
|
|
float m_fBrakeABSTimer[4];
|
|
|
|
|
|
|
|
|
|
|
|
static void *operator new(size_t) throw();
|
|
|
|
static void *operator new(size_t) throw();
|
|
|
|
static void *operator new(size_t sz, int slot) throw();
|
|
|
|
static void *operator new(size_t sz, int slot) throw();
|
|
|
|