From 969fbb189d16d87d26ceab29795644588fb90a32 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Sat, 21 May 2011 11:07:03 +0300 Subject: All textures are are now searched first from the directory specified by the texture_path setting. --- src/mineral.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/mineral.h') diff --git a/src/mineral.h b/src/mineral.h index fcc1bd123..970ff1f78 100644 --- a/src/mineral.h +++ b/src/mineral.h @@ -21,7 +21,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #define MINERAL_HEADER #include "inventory.h" -#include "texture.h" +#include "tile.h" /* Minerals @@ -39,7 +39,6 @@ void init_mineral(); #define MINERAL_COUNT 3 -//textureid_t mineral_block_texture(u8 mineral); std::string mineral_block_texture(u8 mineral); inline CraftItem * getDiggedMineralItem(u8 mineral) -- cgit v1.2.3