Fix apple inventory texture
authorPerttu Ahola <celeron55@gmail.com>
Tue, 18 Oct 2011 23:36:46 +0000 (02:36 +0300)
committerPerttu Ahola <celeron55@gmail.com>
Tue, 18 Oct 2011 23:36:46 +0000 (02:36 +0300)
src/content_inventory.cpp

index 59997ee4b69a6902896c566c172dfefe51bafc4d..413ae8505276e349ae3f334b9bc6ce533cfb05da 100644 (file)
@@ -72,8 +72,8 @@ std::string item_craft_get_image_name(const std::string &subname)
        else if(subname == "firefly")
                return "firefly.png";
        else if(subname == "apple")
-               return "apple.png";
-               else if(subname == "apple_iron")
+               return "apple.png^[forcesingle";
+       else if(subname == "apple_iron")
                return "apple_iron.png";
        else
                return "cloud.png"; // just something