Set m_fMaxSpeed

This commit is contained in:
smallmodel 2024-02-18 21:53:33 +01:00
parent 5521cf9ab3
commit 46cc00d669
No known key found for this signature in database
GPG key ID: 9F2D623CEDF08512

View file

@ -1096,6 +1096,7 @@ Vehicle::Vehicle()
m_bAutoPilot = qfalse;
m_fIdealSpeed = 0;
m_fMaxSpeed = 0;
m_fIdealAccel = 0;
m_fIdealDistance = 100;
m_bBounceBackwards = false;