implemented CPlane

This commit is contained in:
aap
2019-07-31 23:57:18 +02:00
parent 5118fd66da
commit 78c15c4828
9 changed files with 1048 additions and 40 deletions

View File

@@ -57,7 +57,10 @@ public:
uint8 m_lastColour2;
char m_gameName[32];
int32 m_vehicleType;
int32 m_wheelId;
union {
int32 m_wheelId;
int32 m_planeLodId;
};
float m_wheelScale;
int32 m_numDoors;
int32 m_handlingId;