summaryrefslogtreecommitdiff
path: root/src/content_mapnode.h
diff options
context:
space:
mode:
authorNils Dagsson Moskopp <nils@dieweltistgarnichtso.net>2011-08-01 05:59:40 -0700
committerNils Dagsson Moskopp <nils@dieweltistgarnichtso.net>2011-08-01 05:59:40 -0700
commitf6bc6621946f019689e099a423e6bfc7bf7e2618 (patch)
treee5ce572a273a2d4fbfc13d8680f4eb470cb91a3d /src/content_mapnode.h
parent7ece67727dcc1ff7a6634e4b911eeb82ed3eaf45 (diff)
parent7bd9e53ae630feabe42ab48369913f93beac26a7 (diff)
downloadminetest-f6bc6621946f019689e099a423e6bfc7bf7e2618.tar.gz
minetest-f6bc6621946f019689e099a423e6bfc7bf7e2618.tar.bz2
minetest-f6bc6621946f019689e099a423e6bfc7bf7e2618.zip
Merge pull request #47 from MarkTraceur/master
More better ladders
Diffstat (limited to 'src/content_mapnode.h')
-rw-r--r--src/content_mapnode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content_mapnode.h b/src/content_mapnode.h
index 609df0a95..9643db746 100644
--- a/src/content_mapnode.h
+++ b/src/content_mapnode.h
@@ -46,6 +46,7 @@ MapNode mapnode_translate_to_internal(MapNode n_from, u8 version);
#define CONTENT_FURNACE 16
#define CONTENT_FENCE 21
#define CONTENT_RAIL 30
+#define CONTENT_LADDER 31
// 0x800...0xfff (2048...4095): higher 4 bytes of param2 are not usable
#define CONTENT_GRASS 0x800 //1
@@ -75,6 +76,5 @@ MapNode mapnode_translate_to_internal(MapNode n_from, u8 version);
#define CONTENT_NC 0x817
#define CONTENT_NC_RB 0x818
-
#endif