FGClouds: initialize clouds_3d_enabled in constructor.
From Csaba Halász
This commit is contained in:
parent
c3d611f7f9
commit
ad6a8df3ab
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ FGClouds::FGClouds(FGEnvironmentCtrl * controller) :
|
||||||
station_elevation_ft(0.0),
|
station_elevation_ft(0.0),
|
||||||
_controller( controller ),
|
_controller( controller ),
|
||||||
snd_lightning(NULL),
|
snd_lightning(NULL),
|
||||||
|
clouds_3d_enabled(false),
|
||||||
last_scenario( "unset" ),
|
last_scenario( "unset" ),
|
||||||
last_env_config( new SGPropertyNode() ),
|
last_env_config( new SGPropertyNode() ),
|
||||||
last_env_clouds( new SGPropertyNode() )
|
last_env_clouds( new SGPropertyNode() )
|
||||||
|
|
Loading…
Add table
Reference in a new issue