diff --git a/Moose Development/Moose/Ops/ATIS.lua b/Moose Development/Moose/Ops/ATIS.lua index c604c281e..b90973b05 100644 --- a/Moose Development/Moose/Ops/ATIS.lua +++ b/Moose Development/Moose/Ops/ATIS.lua @@ -46,6 +46,7 @@ -- === -- -- ### Author: **funkyfranky** +-- ### Additions for SRS and FARP: **applevangelist** -- -- @module Ops.ATIS -- @image OPS_ATIS.png @@ -615,7 +616,7 @@ _ATIS = {} --- ATIS class version. -- @field #string version -ATIS.version = "0.9.15" +ATIS.version = "0.9.16" ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -- TODO list @@ -2158,8 +2159,9 @@ function ATIS:onafterBroadcast( From, Event, To ) if not self.ATISforFARPs then -- Active runway. + local subtitle if runwayLanding then - local subtitle=string.format("Active runway %s", runwayLanding) + subtitle=string.format("Active runway %s", runwayLanding) if rwyLandingLeft==true then subtitle=subtitle.." Left" elseif rwyLandingLeft==false then diff --git a/Moose Development/Moose/Ops/Auftrag.lua b/Moose Development/Moose/Ops/Auftrag.lua index 1bf4f8710..12fb98427 100644 --- a/Moose Development/Moose/Ops/Auftrag.lua +++ b/Moose Development/Moose/Ops/Auftrag.lua @@ -1336,9 +1336,9 @@ function AUFTRAG:NewCAP(ZoneCAP, Altitude, Speed, Coordinate, Heading, Leg, Targ return mission end ---- **[AIR]** Create a CAP mission on a group. +--- **[AIR]** Create a CAP mission over a (moving) group. -- @param #AUFTRAG self --- @param Wrapper.Group#GROUP Grp. +-- @param Wrapper.Group#GROUP Grp The grp to perform the CAP over. -- @param #number Altitude Orbit altitude in feet. Default is 6,000 ft. -- @param #number Speed Orbit speed in knots. Default 250 KIAS. -- @param #number RelHeading Relative heading [0, 360) of race-track pattern in degrees wrt heading of the carrier. Default is heading of the carrier.