diff options
Diffstat (limited to 'source/cWorld.h')
-rw-r--r-- | source/cWorld.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/cWorld.h b/source/cWorld.h index 70b3ad88e..7c4e8b654 100644 --- a/source/cWorld.h +++ b/source/cWorld.h @@ -302,6 +302,7 @@ public: void CastThunderbolt (int a_X, int a_Y, int a_Z); //tolua_export
void SetWeather ( eWeather a_Weather ); //tolua_export
+ void ChangeWeather(); //tolua_export
eWeather GetWeather() { return m_Weather; }; //tolua_export
cChunkGenerator & GetGenerator(void) { return m_Generator; }
@@ -363,6 +364,7 @@ private: float m_SpawnMonsterRate;
eWeather m_Weather;
+ int m_WeatherInterval;
int m_MaxCactusHeight;
int m_MaxSugarcaneHeight;
|