mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Weather: Clean up getHeat/getHumidity somewhat
This commit is contained in:
parent
c9eb17aba3
commit
9bccd75e34
13 changed files with 143 additions and 77 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue