implemented CTrain

This commit is contained in:
aap 2019-07-29 19:18:03 +02:00
commit 5f6b235301
15 changed files with 941 additions and 97 deletions

View file

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