diff options
author | madmaxoft <github@xoft.cz> | 2014-03-03 20:55:04 +0100 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2014-03-03 20:55:04 +0100 |
commit | 442c1d96fc77a91b917c7a7aefb7f8f23c0a7e10 (patch) | |
tree | 0b825d6f1d85da97199fc8c5eb12d5b7addf6d13 /src/World.h | |
parent | Merge pull request #746 from Howaner/Slabs (diff) | |
download | cuberite-442c1d96fc77a91b917c7a7aefb7f8f23c0a7e10.tar cuberite-442c1d96fc77a91b917c7a7aefb7f8f23c0a7e10.tar.gz cuberite-442c1d96fc77a91b917c7a7aefb7f8f23c0a7e10.tar.bz2 cuberite-442c1d96fc77a91b917c7a7aefb7f8f23c0a7e10.tar.lz cuberite-442c1d96fc77a91b917c7a7aefb7f8f23c0a7e10.tar.xz cuberite-442c1d96fc77a91b917c7a7aefb7f8f23c0a7e10.tar.zst cuberite-442c1d96fc77a91b917c7a7aefb7f8f23c0a7e10.zip |
Diffstat (limited to '')
-rw-r--r-- | src/World.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/World.h b/src/World.h index 27f1482e5..93397c014 100644 --- a/src/World.h +++ b/src/World.h @@ -139,7 +139,8 @@ public: BroadcastTimeUpdate(); } - /** Returns the default weather interval for the specific weather type */ + /** Returns the default weather interval for the specific weather type. + Returns -1 for any unknown weather. */ int GetDefaultWeatherInterval(eWeather a_Weather); /** Returns the current game mode. Partly OBSOLETE, you should use IsGameModeXXX() functions wherever applicable */ |