mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Rescue Helo v1.0.7
RESCUEHELO v1.0.7 Compatibility fix for AI_FORMATION changes.
This commit is contained in:
parent
98ce42e9aa
commit
2a485ef85a
@ -235,7 +235,7 @@ RESCUEHELO.UID=0
|
||||
|
||||
--- Class version.
|
||||
-- @field #string version
|
||||
RESCUEHELO.version="1.0.6"
|
||||
RESCUEHELO.version="1.0.7"
|
||||
|
||||
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
-- TODO list
|
||||
@ -927,6 +927,9 @@ function RESCUEHELO:onafterStart(From, Event, To)
|
||||
-- Formation parameters.
|
||||
self.formation:FormationCenterWing(-self.offsetX, 50, math.abs(self.altitude), 50, self.offsetZ, 50)
|
||||
|
||||
-- Formation mode.
|
||||
self.formation:SetFlightModeFormation(self.helo)
|
||||
|
||||
-- Start formation FSM.
|
||||
self.formation:__Start(delay)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user