From 1f9ece83031624773a6cda8f05826063e9fee03c Mon Sep 17 00:00:00 2001 From: Torsten Dreyer Date: Wed, 25 Jan 2017 14:00:06 +0100 Subject: [PATCH] Location preset for ENBR (2017.1) --- src/Main/positioninit.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Main/positioninit.cxx b/src/Main/positioninit.cxx index b183637e0..e8dd50ed5 100644 --- a/src/Main/positioninit.cxx +++ b/src/Main/positioninit.cxx @@ -650,7 +650,7 @@ bool initPosition() if ( !set_pos ) { // No lon/lat specified, no airport specified, use the default airport // TODO: don't hardcode this. Really. - const FGAirport* airport = fgFindAirportID("LSZH"); + const FGAirport* airport = fgFindAirportID("ENBR"); if( airport ) { const SGGeod & airportGeod = airport->geod(); fgSetDouble("/sim/presets/longitude-deg", airportGeod.getLongitudeDeg());