1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-12 16:15:20 +02:00

Remove liquid_finite and weather

This commit is contained in:
proller
2014-04-18 21:08:03 +04:00
parent 674be38fc2
commit 0279f32db7
18 changed files with 8 additions and 836 deletions

View 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