From 9bccd75e340d7502251c233418e0afccd9c4a49c Mon Sep 17 00:00:00 2001 From: kwolekr Date: Mon, 16 Sep 2013 22:52:24 -0400 Subject: Weather: Clean up getHeat/getHumidity somewhat --- src/constants.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/constants.h') diff --git a/src/constants.h b/src/constants.h index 8c478ac6a..17f5d389a 100644 --- a/src/constants.h +++ b/src/constants.h @@ -89,5 +89,11 @@ 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 -- cgit v1.2.3