X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fservermain.cpp;h=64853604b1a8ec64c11de1411005e66dec95a43f;hb=8492796a5c45787810aad7fe08fc63cadc0c96b5;hp=6bfcf2b75f06d60c34793a6e1fe8a44c80ab6478;hpb=64996422c00ddb70cfc8aee7da7b62485b8b0416;p=oweals%2Fminetest.git diff --git a/src/servermain.cpp b/src/servermain.cpp index 6bfcf2b75..64853604b 100644 --- a/src/servermain.cpp +++ b/src/servermain.cpp @@ -74,7 +74,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #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 /* @@ -88,9 +88,6 @@ Settings *g_settings = &main_settings; Profiler main_profiler; Profiler *g_profiler = &main_profiler; -// A dummy thing -ITextureSource *g_texturesource = NULL; - /* Debug streams */ @@ -305,11 +302,6 @@ int main(int argc, char *argv[]) // Initialize stuff - // Initialize content feature table - init_contentfeatures(); - // Initialize mapnode content without textures (with g_texturesource=NULL) - content_mapnode_init(); - init_mineral(); /*