1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-06-26 17:47:37 +00:00

debug fix

This commit is contained in:
Nikolay Korolev 2020-06-12 22:39:33 +03:00
parent 17dd26e1ca
commit 3900366a6b

View file

@ -2654,7 +2654,6 @@ void CCarCtrl::SteerAIHeliTowardsTargetCoors(CAutomobile* pHeli)
#else
float speed = pHeli->AutoPilot.m_nCruiseSpeed * 0.01f;
#endif
float tmp = speed;
if (distanceToTarget <= 100.0f)
{
if (distanceToTarget > 75.0f)