1
0
Fork 0

set fallback location to LKPR

This commit is contained in:
Torsten Dreyer 2017-09-18 19:54:47 +02:00
parent 7e9549c1bc
commit a82d955554

View file

@ -725,7 +725,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("KBOS");
const FGAirport* airport = fgFindAirportID("LKPR");
if( airport ) {
const SGGeod & airportGeod = airport->geod();
fgSetDouble("/sim/presets/longitude-deg", airportGeod.getLongitudeDeg());