mirror of
https://git.rip/DMCA_FUCKER/re3.git
synced 2024-11-05 12:35:55 +00:00
debug fix
This commit is contained in:
parent
17dd26e1ca
commit
3900366a6b
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue