Struct cleanup, various fixes, enable PS2 rand

This commit is contained in:
eray orçunus 2020-04-19 07:14:13 +03:00
commit 1ffc37735e
27 changed files with 93 additions and 80 deletions

View file

@ -435,7 +435,7 @@ public:
float m_fRotationCur;
float m_fRotationDest;
float m_headingRate;
uint16 m_vehEnterType; // TODO: this is more like a door, not a type
uint16 m_vehEnterType;
int16 m_walkAroundType;
CPhysical *m_pCurrentPhysSurface;
CVector m_vecOffsetFromPhysSurface;