From 7d551fe9f6b5b2bd5320a4558658697225471d12 Mon Sep 17 00:00:00 2001 From: Mattes D Date: Mon, 28 Sep 2015 01:02:17 +0200 Subject: Added weather intervals to world.ini settings. --- src/World.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/World.h') diff --git a/src/World.h b/src/World.h index 44f18df4a..8529ffb4d 100644 --- a/src/World.h +++ b/src/World.h @@ -921,6 +921,9 @@ private: eWeather m_Weather; int m_WeatherInterval; + int m_MaxSunnyTicks, m_MinSunnyTicks; + int m_MaxRainTicks, m_MinRainTicks; + int m_MaxThunderStormTicks, m_MinThunderStormTicks; int m_MaxCactusHeight; int m_MaxSugarcaneHeight; -- cgit v1.2.3