Skip to content

Commit 8bc6864

Browse files
committedNov 1, 2013
Raise the maximum node limit to 0x7fff
As agreed to by kahrl
1 parent 6e17503 commit 8bc6864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/mapnode.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ typedef u16 content_t;
4343
there is enough room for dummy node IDs, which are created when
4444
a MapBlock containing unknown node names is loaded from disk.
4545
*/
46-
#define MAX_REGISTERED_CONTENT 0xfffU
46+
#define MAX_REGISTERED_CONTENT 0x7fffU
4747

4848
/*
4949
A solid walkable node with the texture unknown_node.png.

0 commit comments

Comments
 (0)
Please sign in to comment.