From 900c26dc3008fb790d817e4d816491b09b00aa49 Mon Sep 17 00:00:00 2001 From: "cedeel@gmail.com" Date: Wed, 13 Jun 2012 00:46:23 +0000 Subject: Revamped the weather system. git-svn-id: http://mc-server.googlecode.com/svn/trunk@599 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/cWorld.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/cWorld.h') 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; -- cgit v1.2.3