This commit is contained in:
Nikolay Korolev 2021-01-31 01:38:43 +03:00
parent 2c29ab5542
commit 75a20216d9
10 changed files with 62 additions and 20 deletions

View file

@ -134,6 +134,8 @@ CBike::CBike(int32 id, uint8 CreatedBy)
bIsOnFire = false;
bWheelieCam = false;
bFixedColour = false; // <- figure out actual place (TODO)
m_fTireTemperature = 1.0f;
m_fBrakeDestabilization = 0.0f;
m_fVelocityChangeForAudio = 0;