]> git.mxchange.org Git - flightgear.git/blobdiff - src/Airports/simple.cxx
Two patches:
[flightgear.git] / src / Airports / simple.cxx
index aa5af682576e3d352421ca9a7877a5251b85bfdb..2b4d7691245307723724904510e7e92c74ae4f8b 100644 (file)
@@ -351,7 +351,7 @@ void FGAirport::loadSceneryDefintions() const
 {  
   // allow users to disable the scenery data in the short-term
   // longer term, this option can probably disappear
-  if (!fgGetBool("/sim/use-scenery-airport-data")) {
+  if (!fgGetBool("/sim/paths/use-custom-scenery-data")) {
     return; 
   }