Skip to content

Commit

Permalink
Raise the maximum node limit to 0x7fff
Browse files Browse the repository at this point in the history
As agreed to by kahrl
  • Loading branch information
ShadowNinja committed Nov 1, 2013
1 parent 6e17503 commit 8bc6864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mapnode.h
Expand Up @@ -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.
Expand Down

0 comments on commit 8bc6864

Please sign in to comment.