finished CBoat

This commit is contained in:
aap 2020-04-13 00:02:11 +02:00
commit 3aae52d220
10 changed files with 695 additions and 68 deletions

View file

@ -29,7 +29,7 @@ public:
CVector m_vecTurnSpeedAvg;
float m_fMass;
float m_fTurnMass; // moment of inertia
float fForceMultiplier;
float m_fForceMultiplier;
float m_fAirResistance;
float m_fElasticity;
float m_fBuoyancy;