mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 16:45:20 +02:00
Weather: Clean up getHeat/getHumidity somewhat
This commit is contained in:
@@ -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:
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user