mirror of
https://github.com/halpz/re3.git
synced 2025-06-28 18:46:21 +00:00
debug fix
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user