]> git.mxchange.org Git - flightgear.git/blobdiff - src/GUI/QtLauncher.cxx
Launcher can see install Airports/ data.
[flightgear.git] / src / GUI / QtLauncher.cxx
index 221e32088d24cd9e54c3ffc1eff606589a89d714..65e6ca0fb3994f4544e406cefc3153e33065f769 100644 (file)
@@ -699,6 +699,10 @@ void QtLauncher::setSceneryPaths()
         globals->append_fg_scenery(terraSyncDir);
     }
 
+    // add the installation path since it contains default airport data,
+    // if terrasync is disabled or on first-launch
+    globals->append_fg_scenery(globals->get_fg_root() / "Scenery");
+
 }
 
 void QtLauncher::setInAppMode()