rename m_vehEnterType -> m_vehDoor

This commit is contained in:
aap
2021-01-13 13:01:20 +01:00
parent 4741afd2cf
commit e3a261d29c
10 changed files with 194 additions and 194 deletions

View File

@@ -559,7 +559,7 @@ public:
float m_fRotationCur;
float m_fRotationDest;
float m_headingRate;
uint16 m_vehEnterType;
uint16 m_vehDoor;
int16 m_walkAroundType;
CPhysical *m_pCurrentPhysSurface;
CVector m_vecOffsetFromPhysSurface;