From 364c9612008e5c4d1738156764cad650d514883b Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Fri, 28 Jan 2011 01:56:58 +0200 Subject: server might build now --- src/mineral.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/mineral.cpp') diff --git a/src/mineral.cpp b/src/mineral.cpp index 506f5b75c..4f658db48 100644 --- a/src/mineral.cpp +++ b/src/mineral.cpp @@ -19,6 +19,8 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "mineral.h" +#ifndef SERVER + const char *mineral_filenames[MINERAL_COUNT] = { NULL, @@ -46,4 +48,6 @@ textureid_t mineral_block_texture(u8 mineral) return mineral_textures[mineral]; } +#endif + -- cgit v1.2.3