1
0
Fork 0

FGClouds: initialize clouds_3d_enabled in constructor.

From Csaba Halász
This commit is contained in:
Tim Moore 2009-01-14 11:33:00 +01:00
parent c3d611f7f9
commit ad6a8df3ab

View file

@ -51,6 +51,7 @@ FGClouds::FGClouds(FGEnvironmentCtrl * controller) :
station_elevation_ft(0.0),
_controller( controller ),
snd_lightning(NULL),
clouds_3d_enabled(false),
last_scenario( "unset" ),
last_env_config( new SGPropertyNode() ),
last_env_clouds( new SGPropertyNode() )