diff options
author | Zughy <63455151+Zughy@users.noreply.github.com> | 2021-01-27 19:42:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-27 18:42:02 +0000 |
commit | 44a9510c8143cfe54587b09c233501ba3a8533f6 (patch) | |
tree | 71b37d8b3fb2737f9c1e76349d1a902f7ce3d102 /src | |
parent | 8dae7b47fcc1c26251c8006efbc9ee8af152f87a (diff) | |
download | minetest-44a9510c8143cfe54587b09c233501ba3a8533f6.tar.gz minetest-44a9510c8143cfe54587b09c233501ba3a8533f6.tar.bz2 minetest-44a9510c8143cfe54587b09c233501ba3a8533f6.zip |
Consistently use "health points" (#10868)
Diffstat (limited to 'src')
-rw-r--r-- | src/constants.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/constants.h b/src/constants.h index c17f3b6af..3cc3af094 100644 --- a/src/constants.h +++ b/src/constants.h @@ -89,7 +89,7 @@ with this program; if not, write to the Free Software Foundation, Inc., // Size of player's main inventory #define PLAYER_INVENTORY_SIZE (8 * 4) -// Default maximum hit points of a player +// Default maximum health points of a player #define PLAYER_MAX_HP_DEFAULT 20 // Default maximal breath of a player |