diff --git a/Moose Development/Moose/Ops/Airboss.lua b/Moose Development/Moose/Ops/Airboss.lua index 49db5876d..168172c0a 100644 --- a/Moose Development/Moose/Ops/Airboss.lua +++ b/Moose Development/Moose/Ops/Airboss.lua @@ -11592,14 +11592,8 @@ function AIRBOSS:GetHeadingIntoWind( magnetic, coord ) -- Get direction the wind is blowing from. This is where we want to go. local windfrom, vwind = self:GetWind( nil, nil, coord ) - --self:T("windfrom="..windfrom.." vwind="..vwind) - - vwind = vwind + adjustDegreesForWindSpeed(vwind) - - --self:T("windfrom="..windfrom.." (c)vwind="..vwind) - -- Actually, we want the runway in the wind. - local intowind = windfrom - self.carrierparam.rwyangle + local intowind = windfrom - self.carrierparam.rwyangle + adjustDegreesForWindSpeed(vwind) -- If no wind, take current heading. if vwind < 0.1 then diff --git a/Moose Development/Moose/Sound/SRS.lua b/Moose Development/Moose/Sound/SRS.lua index 1e1b428dc..c52e7c0e0 100644 --- a/Moose Development/Moose/Sound/SRS.lua +++ b/Moose Development/Moose/Sound/SRS.lua @@ -192,7 +192,7 @@ MSRS = { MSRS.version="0.1.2" --- Voices --- @type Voices +-- @type MSRS.Voices MSRS.Voices = { Microsoft = { ["Hedda"] = "Microsoft Hedda Desktop", -- de-DE