mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 00:25:19 +02:00
Weather: Clean up getHeat/getHumidity somewhat
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user