rename m_vehEnterType -> m_vehDoor

This commit is contained in:
aap
2021-01-13 13:01:11 +01:00
parent d88a3cf558
commit 7c3e43aa2e
7 changed files with 152 additions and 152 deletions

View File

@@ -443,7 +443,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;