]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/constants.h
make formspec textarea wordwrap
[dragonfireclient.git] / src / constants.h
index 17f5d389af5ccd39f5b28419bf5d544c81324a6b..8c478ac6a2a1a3fdb7b1963a79da9726f1106d17 100644 (file)
@@ -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