Updated approach speed logic to prevent airplanes to fly beyond the hold position.

This commit is contained in:
FlightControl
2019-04-09 17:45:29 +02:00
parent 5e67861ea9
commit bf449492b5
2 changed files with 17 additions and 12 deletions

View File

@@ -306,8 +306,8 @@ function AI_ESCORT:Menus()
-- self:MenuScanForTargets( 100, 60 )
self:MenuJoinUp()
self:MenuFormationTrail( 0, 50, 100 )
self:MenuFormationStack( 0, 0, 100, 100 )
self:MenuFormationTrail( 50, 100, 50 )
self:MenuFormationStack( 50, 100, 50, 50 )
self:MenuFormationLeftLine( 0, 0, 100, 100 )
self:MenuFormationRightLine( 0, 0, 100, 100 )
self:MenuFormationLeftWing( 0, 50, 0, 100, 100 )