From c6fd2986d4261cf742d3bc21e8c12be59ab89f95 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Mon, 14 Nov 2011 21:41:30 +0200 Subject: GameDef compiles --- src/main.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 63dc94955..c94e903a5 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -434,7 +434,7 @@ Doing currently: #include "settings.h" #include "profiler.h" #include "log.h" -#include "mapnode_contentfeatures.h" // For init_contentfeatures +#include "nodedef.h" // For init_contentfeatures #include "content_mapnode.h" // For content_mapnode_init /* @@ -1272,10 +1272,6 @@ int main(int argc, char *argv[]) These are needed for unit tests at least. */ - // Initialize content feature table without textures - init_contentfeatures(NULL); - // Initialize mapnode content without textures - content_mapnode_init(NULL); // Must be called before texturesource is created // (for texture atlas making) init_mineral(); -- cgit v1.2.3