lcs bridge

This commit is contained in:
Nikolay Korolev 2021-08-08 13:08:47 +03:00
parent 0c4ab5b609
commit e6b1a0691b
6 changed files with 34 additions and 19 deletions

View file

@ -7,6 +7,8 @@
#include "PathFind.h"
#include "SaveBuf.h"
//--LCS: file done
void CAutoPilot::ModifySpeed(float speed)
{
m_fMaxTrafficSpeed = Max(0.01f, speed);