summaryrefslogtreecommitdiff
path: root/src/mapnode.h
diff options
context:
space:
mode:
authorparamat <paramat@users.noreply.github.com>2017-09-18 05:08:56 +0100
committerSmallJoker <mk939@ymail.com>2018-06-03 17:31:59 +0200
commitb8f473be21b932c0c0cdb9ae3bfb4243f262a763 (patch)
tree334535c97691b87eee0697fabbddb1f5c5355f70 /src/mapnode.h
parentb1fae4c7beb66b4aa63ad04ac6ba9e145b39ca82 (diff)
downloadminetest-b8f473be21b932c0c0cdb9ae3bfb4243f262a763.tar.gz
minetest-b8f473be21b932c0c0cdb9ae3bfb4243f262a763.tar.bz2
minetest-b8f473be21b932c0c0cdb9ae3bfb4243f262a763.zip
Leveled nodebox: Change levels from 1/63rds to 1/64ths
Add missing documentation of leveled nodebox to lua_api.txt, plus a little cleaning up nearby.
Diffstat (limited to 'src/mapnode.h')
-rw-r--r--src/mapnode.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mapnode.h b/src/mapnode.h
index 9c56a7e17..23248c45d 100644
--- a/src/mapnode.h
+++ b/src/mapnode.h
@@ -103,8 +103,8 @@ enum Rotation {
#define LIQUID_INFINITY_MASK 0x80 //0b10000000
-// mask for param2, now as for liquid
-#define LEVELED_MASK 0x3F
+// mask for leveled nodebox param2
+#define LEVELED_MASK 0x7F
#define LEVELED_MAX LEVELED_MASK