summaryrefslogtreecommitdiff
path: root/src/constants.h
diff options
context:
space:
mode:
authorproller <proller@github.com>2014-04-18 21:08:03 +0400
committerproller <proller@github.com>2014-04-18 21:56:48 +0400
commit0279f32db742f06d24a9d01c46f7d70c5e570eb2 (patch)
tree217f49380e9e363a5086468c14168c8efd9b3f26 /src/constants.h
parent674be38fc262aab78ed75141c70e5c02830ca80d (diff)
downloadminetest-0279f32db742f06d24a9d01c46f7d70c5e570eb2.tar.gz
minetest-0279f32db742f06d24a9d01c46f7d70c5e570eb2.tar.bz2
minetest-0279f32db742f06d24a9d01c46f7d70c5e570eb2.zip
Remove liquid_finite and weather
Diffstat (limited to 'src/constants.h')
-rw-r--r--src/constants.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/constants.h b/src/constants.h
index 17f5d389a..8c478ac6a 100644
--- a/src/constants.h
+++ b/src/constants.h
@@ -89,11 +89,5 @@ with this program; if not, write to the Free Software Foundation, Inc.,
// Maximum hit points of a player
#define PLAYER_MAX_HP 20
-/*
- Environmental condition constants
-*/
-#define HEAT_UNDEFINED (-0x7fff-1)
-#define HUMIDITY_UNDEFINED (-0x7fff-1)
-
#endif