projects
/
oweals
/
minetest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e17503
)
Raise the maximum node limit to 0x7fff
author
ShadowNinja
<noreply@gmail.com>
Wed, 30 Oct 2013 19:46:52 +0000
(15:46 -0400)
committer
ShadowNinja
<noreply@gmail.com>
Fri, 1 Nov 2013 14:27:23 +0000
(10:27 -0400)
As agreed to by kahrl
src/mapnode.h
patch
|
blob
|
history
diff --git
a/src/mapnode.h
b/src/mapnode.h
index 3c6208436e584f743db816f79c9fa697706d0ca0..f19885d87614f6e38e04254ce59bf06c2a94b3d2 100644
(file)
--- 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 0x
7
fffU
/*
A solid walkable node with the texture unknown_node.png.