From: Perttu Ahola Date: Tue, 18 Oct 2011 14:20:54 +0000 (+0300) Subject: ...Make the the server buildable again after the last commit X-Git-Tag: 0.3.dev-20111021~12 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=fe98fe342a65c995bbc59470549417f38311366b;p=oweals%2Fminetest.git ...Make the the server buildable again after the last commit --- diff --git a/src/mapnode.h b/src/mapnode.h index 61f172eda..fb7244322 100644 --- a/src/mapnode.h +++ b/src/mapnode.h @@ -103,9 +103,6 @@ class NodeMetadata; struct ContentFeatures { #ifndef SERVER - // List of all block textures that have been used (value is dummy) - core::map used_texturenames; - /* 0: up 1: down @@ -127,6 +124,10 @@ struct ContentFeatures AtlasPointer *special_atlas; #endif + // List of all block textures that have been used (value is dummy) + // Exists on server too for cleaner code in content_mapnode.cpp + core::map used_texturenames; + // Type of MapNode::param1 ContentParamType param_type; // True for all ground-like things like stone and mud, false for eg. trees