diff options
Diffstat (limited to 'src/mineral.h')
-rw-r--r-- | src/mineral.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mineral.h b/src/mineral.h index aa0902e12..6c10c2256 100644 --- a/src/mineral.h +++ b/src/mineral.h @@ -31,8 +31,10 @@ with this program; if not, write to the Free Software Foundation, Inc., type param. */ +#ifndef SERVER // Caches textures void init_mineral(IrrlichtWrapper *irrlicht); +#endif #define MINERAL_NONE 0 #define MINERAL_COAL 1 |