1
0
Fork 0

Location preset for ENBR (2017.1)

This commit is contained in:
Torsten Dreyer 2017-01-25 14:00:06 +01:00
parent 15dbe1069d
commit 1f9ece8303

View file

@ -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());