ccarctrl big fix

This commit is contained in:
Nikolay Korolev 2020-05-09 20:21:13 +03:00
commit a55e738dfa
10 changed files with 184 additions and 36 deletions

View file

@ -130,4 +130,6 @@ public:
void Load(uint8*& buf);
#endif
float GetCruiseSpeed(void) { return m_nCruiseSpeed * m_fCruiseSpeedMultiplier; }
};