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.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/mineral.cpp') diff --git a/src/mineral.cpp b/src/mineral.cpp index e61c25c1e..038251fa3 100644 --- a/src/mineral.cpp +++ b/src/mineral.cpp @@ -27,7 +27,6 @@ const char *mineral_filenames[MINERAL_COUNT] = "mineral_iron.png" }; -//textureid_t mineral_textures[MINERAL_COUNT] = {0}; std::string mineral_textures[MINERAL_COUNT]; void init_mineral() @@ -40,7 +39,6 @@ void init_mineral() } } -//textureid_t mineral_block_texture(u8 mineral) std::string mineral_block_texture(u8 mineral) { if(mineral >= MINERAL_COUNT) -- cgit v1.2.3