initial CBike struct

This commit is contained in:
aap 2020-06-02 14:38:30 +02:00
commit dbeaafbe99
4 changed files with 66 additions and 11 deletions

View file

@ -242,7 +242,7 @@ public:
uint8 m_nCarHornDelay;
int8 m_comedyControlState;
CStoredCollPoly m_aCollPolys[2]; // poly which is under front/rear part of car
float m_fSteerRatio;
float m_fSteerInput;
eVehicleType m_vehType;
static void *operator new(size_t);