]> git.mxchange.org Git - flightgear.git/blobdiff - src/Time/light.hxx
Fix shared library build for metar executable
[flightgear.git] / src / Time / light.hxx
index 6af2b30541f6b341e45d71cb61ad7b97b1ad84ae..a7be74786792882f5af0bd63fceaf1657c9153e9 100644 (file)
@@ -98,9 +98,9 @@ private:
     SGVec4f _adj_sky_color;
 
     // input parameters affected by the weather system
-    float _humidity;
     float _saturation;
     float _scattering;
+    float _overcast;
 
     double _dt_total;
 
@@ -112,6 +112,8 @@ private:
     // properties for chrome light; not a tie because I want to fire
     // property listeners when the values change.
     SGPropertyNode_ptr _chromeProps[4];
+  
+    SGPropertyNode_ptr _sunAngleRad;
 public:
 
     FGLight ();