Enable —-metar runway selection.
Thanks to Florent for the catch.
This commit is contained in:
parent
b1fa31fa09
commit
63d8c2fd83
1 changed files with 0 additions and 4 deletions
|
@ -698,10 +698,6 @@ bool initPosition()
|
||||||
|
|
||||||
bool finalizeMetar()
|
bool finalizeMetar()
|
||||||
{
|
{
|
||||||
if (!fgGetBool("/environment/realwx/enabled")) {
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
double hdg = fgGetDouble( "/environment/metar/base-wind-dir-deg", 9999.0 );
|
double hdg = fgGetDouble( "/environment/metar/base-wind-dir-deg", 9999.0 );
|
||||||
string apt = fgGetString("/sim/presets/airport-id");
|
string apt = fgGetString("/sim/presets/airport-id");
|
||||||
double strthdg = fgGetDouble( "/sim/startup/options/heading-deg", 9999.0 );
|
double strthdg = fgGetDouble( "/sim/startup/options/heading-deg", 9999.0 );
|
||||||
|
|
Loading…
Reference in a new issue