Skip to content
Snippets Groups Projects
Commit 8bc68645 authored by ShadowNinja's avatar ShadowNinja
Browse files

Raise the maximum node limit to 0x7fff

As agreed to by kahrl
parent 6e175032
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment