mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-24 01:59:15 +01:00
debug fix
This commit is contained in:
parent
17dd26e1ca
commit
3900366a6b
@ -2654,7 +2654,6 @@ void CCarCtrl::SteerAIHeliTowardsTargetCoors(CAutomobile* pHeli)
|
|||||||
#else
|
#else
|
||||||
float speed = pHeli->AutoPilot.m_nCruiseSpeed * 0.01f;
|
float speed = pHeli->AutoPilot.m_nCruiseSpeed * 0.01f;
|
||||||
#endif
|
#endif
|
||||||
float tmp = speed;
|
|
||||||
if (distanceToTarget <= 100.0f)
|
if (distanceToTarget <= 100.0f)
|
||||||
{
|
{
|
||||||
if (distanceToTarget > 75.0f)
|
if (distanceToTarget > 75.0f)
|
||||||
|
Loading…
Reference in New Issue
Block a user