1
0
Fork 0

Use the new clouds3d-enable property instead.

This commit is contained in:
ehofman 2005-11-13 10:07:23 +00:00
parent 5d07f52389
commit a76bbbd23f

View file

@ -995,7 +995,7 @@ bool fgMainInit( int argc, char **argv ) {
fgOSOpenWindow( fgGetInt("/sim/startup/xsize"), fgOSOpenWindow( fgGetInt("/sim/startup/xsize"),
fgGetInt("/sim/startup/ysize"), fgGetInt("/sim/startup/ysize"),
fgGetInt("/sim/rendering/bits-per-pixel"), fgGetInt("/sim/rendering/bits-per-pixel"),
fgGetBool("/sim/rendering/clouds3d"), fgGetBool("/sim/rendering/clouds3d-enable"),
get_stencil_buffer, get_stencil_buffer,
fgGetBool("/sim/startup/fullscreen") ); fgGetBool("/sim/startup/fullscreen") );