]> git.mxchange.org Git - flightgear.git/blobdiff - src/Environment/environment_mgr.hxx
Move initial setup of cloud layers to Main/main.cxx to ensure that
[flightgear.git] / src / Environment / environment_mgr.hxx
index 4caf6e22ec7b24b7c43a56b00515eec88e059635..0ad652e71108c987fcddf15796df09769294898e 100644 (file)
@@ -45,6 +45,10 @@ class FGEnvironmentMgr : public FGSubsystem
 
 public:
 
+  enum {
+    MAX_CLOUD_LAYERS = 5
+  };
+
   FGEnvironmentMgr ();
   virtual ~FGEnvironmentMgr ();