]> git.mxchange.org Git - flightgear.git/blobdiff - src/Environment/fgclouds.hxx
Merge branch 'maint' into next
[flightgear.git] / src / Environment / fgclouds.hxx
index 94367ba5881af3f434b2e041f52677b2432e9954..d991893331b9e4d373c744d06a52e1f321efac9f 100644 (file)
@@ -63,6 +63,7 @@ void buildCloud(SGPropertyNode *cloud_def_root, SGPropertyNode *box_def_root, co
        float station_elevation_ft;
         bool clouds_3d_enabled;
         string last_scenario;
+        string scenario;
         SGPropertyNode *last_env_config, *last_env_clouds;
 
 public:
@@ -71,6 +72,9 @@ public:
 
        void init(void);
 
+        void set_scenario(const char * sc);
+        const char * get_scenario(void) const;
+
        int get_update_event(void) const;
        void set_update_event(int count);
         bool get_3dClouds() const;