1
0
mirror of https://github.com/moparisthebest/minetest synced 2024-08-13 16:53:49 -04:00

Raise the maximum node limit to 0x7fff

As agreed to by kahrl
This commit is contained in:
ShadowNinja 2013-10-30 15:46:52 -04:00
parent 6e17503208
commit 8bc68645cb

View File

@ -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.