From: ShadowNinja Date: Wed, 30 Oct 2013 19:46:52 +0000 (-0400) Subject: Raise the maximum node limit to 0x7fff X-Git-Tag: 0.4.8~92 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8bc68645cb0c0145c8229bc6876bf590a8eef0ca;p=oweals%2Fminetest.git Raise the maximum node limit to 0x7fff As agreed to by kahrl --- diff --git a/src/mapnode.h b/src/mapnode.h index 3c6208436..f19885d87 100644 --- a/src/mapnode.h +++ b/src/mapnode.h @@ -43,7 +43,7 @@ typedef u16 content_t; there is enough room for dummy node IDs, which are created when a MapBlock containing unknown node names is loaded from disk. */ -#define MAX_REGISTERED_CONTENT 0xfffU +#define MAX_REGISTERED_CONTENT 0x7fffU /* A solid walkable node with the texture unknown_node.png.