mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Updated approach speed logic to prevent airplanes to fly beyond the hold position.
This commit is contained in:
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user