diff options
author | Kahrl <kahrl@gmx.net> | 2012-03-19 03:04:16 +0100 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2012-03-29 14:05:45 +0300 |
commit | f8c3743991a6897c7133bf35dc2699b8b5f9df7c (patch) | |
tree | e856506d9c96d572d1a3b0a58edf00f0d70cba43 /src/constants.h | |
parent | 072c265c301d3336203b77b8b1651fdacf3a7682 (diff) | |
download | minetest-f8c3743991a6897c7133bf35dc2699b8b5f9df7c.tar.gz minetest-f8c3743991a6897c7133bf35dc2699b8b5f9df7c.tar.bz2 minetest-f8c3743991a6897c7133bf35dc2699b8b5f9df7c.zip |
added PlayerSAO and RemotePlayer, removed ServerRemotePlayer
Diffstat (limited to 'src/constants.h')
-rw-r--r-- | src/constants.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/constants.h b/src/constants.h index a7cf1709b..d4afc96d7 100644 --- a/src/constants.h +++ b/src/constants.h @@ -99,9 +99,8 @@ with this program; if not, write to the Free Software Foundation, Inc., // Length of cracking animation in count of images #define CRACK_ANIMATION_LENGTH 5 -// Some stuff needed by old code moved to here from heightmap.h -#define GROUNDHEIGHT_NOTFOUND_SETVALUE (-10e6) -#define GROUNDHEIGHT_VALID_MINVALUE ( -9e6) +// Maximum hit points of a player +#define PLAYER_MAX_HP 20 #endif |