]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/main.cxx
Boris Koenig:
[flightgear.git] / src / Main / main.cxx
index 42fef6d59f399a838058302325eccb7b55e2d086..58c47e0e914e57af5823fb1f7b0f6f3319e43457 100644 (file)
@@ -68,7 +68,7 @@
 #include <Scenery/tilemgr.hxx>
 #include <FDM/flight.hxx>
 #include <FDM/UIUCModel/uiuc_aircraftdir.h>
-#include <FDM/ADA.hxx>
+// #include <FDM/ADA.hxx>
 #include <ATC/ATCdisplay.hxx>
 #include <ATC/ATCmgr.hxx>
 #include <ATC/AIMgr.hxx>
@@ -216,7 +216,7 @@ static void fgMainLoop( void ) {
     // static const SGPropertyNode *replay_master
     //     = fgGetNode("/sim/freeze/replay", true);
 
-    SGCloudLayer::enable_bump_mapping = fgGetBool("/sim/rendering/bump-mapping",true);
+    SGCloudLayer::enable_bump_mapping = fgGetBool("/sim/rendering/bump-mapping");
 
     // Update the elapsed time.
     static bool first_time = true;