From: ehofman Date: Sun, 13 Nov 2005 10:07:23 +0000 (+0000) Subject: Use the new clouds3d-enable property instead. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a76bbbd23fbca9d4d14d6648b28ab51060c7dbc0;p=flightgear.git Use the new clouds3d-enable property instead. --- diff --git a/src/Main/main.cxx b/src/Main/main.cxx index 48c477ea4..3f6e8c387 100644 --- a/src/Main/main.cxx +++ b/src/Main/main.cxx @@ -995,7 +995,7 @@ bool fgMainInit( int argc, char **argv ) { fgOSOpenWindow( fgGetInt("/sim/startup/xsize"), fgGetInt("/sim/startup/ysize"), fgGetInt("/sim/rendering/bits-per-pixel"), - fgGetBool("/sim/rendering/clouds3d"), + fgGetBool("/sim/rendering/clouds3d-enable"), get_stencil_buffer, fgGetBool("/sim/startup/fullscreen") );