]> git.mxchange.org Git - flightgear.git/commitdiff
A couple more cloud tweaks.
authorcurt <curt>
Tue, 20 Jun 2000 23:44:03 +0000 (23:44 +0000)
committercurt <curt>
Tue, 20 Jun 2000 23:44:03 +0000 (23:44 +0000)
src/Main/options.cxx

index 9222bf2f5b35d26feb7e24633b849660397cfcc8..245619b46e9e66f0738bb9b09bd720ac65d1dc27 100644 (file)
@@ -173,7 +173,7 @@ fgOPTIONS::fgOPTIONS() :
 
     // Rendering options
     fog(FG_FOG_NICEST),  // nicest
-    clouds(true),
+    clouds(false),
     clouds_asl(5000*FEET_TO_METER),
     fov(55.0),
     fullscreen(0),