Fix apple inventory texture

master
Perttu Ahola 2011-10-19 02:36:46 +03:00
parent 3a06fb8831
commit ed870a7237
1 changed files with 2 additions and 2 deletions

View File

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