From eed727c61b51f46f6d172c56ecd26a3b1752d449 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Tue, 15 Nov 2011 19:58:36 +0200 Subject: Completely generalized mesh generation; ContentFeatures serialization --- src/mapnode.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mapnode.cpp') diff --git a/src/mapnode.cpp b/src/mapnode.cpp index 9aceab17e..1e8915b03 100644 --- a/src/mapnode.cpp +++ b/src/mapnode.cpp @@ -26,6 +26,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "nodedef.h" #include "content_mapnode.h" // For mapnode_translate_*_internal +#ifndef SERVER /* Nodes make a face if contents differ and solidness differs. Return value: @@ -81,6 +82,7 @@ u8 face_contents(content_t m1, content_t m2, bool *equivalent, else return 2; } +#endif v3s16 facedir_rotate(u8 facedir, v3s16 dir) { -- cgit v1.2.3