From c1479a273266709d6d0775c690dce31a7a430aa5 Mon Sep 17 00:00:00 2001 From: Kahrl Date: Sat, 26 Nov 2011 00:09:36 +0200 Subject: Add node definitions in Lua and do not use content_mapnode_init anymore (except in test.cpp) --- src/content_mapnode.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/content_mapnode.h') diff --git a/src/content_mapnode.h b/src/content_mapnode.h index 57be6da72..b928e4407 100644 --- a/src/content_mapnode.h +++ b/src/content_mapnode.h @@ -28,7 +28,8 @@ with this program; if not, write to the Free Software Foundation, Inc., class IWritableNodeDefManager; -// Initialize default (legacy) node definitions +// Initialize legacy node definitions +// Not used used anywhere else than in test.cpp (and SHALL NOT BE) void content_mapnode_init(IWritableNodeDefManager *nodemgr); // Backwards compatibility for non-extended content types in v19 -- cgit v1.2.3