summaryrefslogtreecommitdiff
path: root/src/environment.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/environment.h')
-rw-r--r--src/environment.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/environment.h b/src/environment.h
index 597ad5ff0..86654937d 100644
--- a/src/environment.h
+++ b/src/environment.h
@@ -300,6 +300,10 @@ public:
void reportMaxLagEstimate(float f) { m_max_lag_estimate = f; }
float getMaxLagEstimate() { return m_max_lag_estimate; }
+
+ // is weather active in this environment?
+ bool m_use_weather;
+
private:
/*