projects
/
oweals
/
minetest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a06fb8
)
Fix apple inventory texture
author
Perttu Ahola
<celeron55@gmail.com>
Tue, 18 Oct 2011 23:36:46 +0000
(
02:36
+0300)
committer
Perttu Ahola
<celeron55@gmail.com>
Tue, 18 Oct 2011 23:36:46 +0000
(
02:36
+0300)
src/content_inventory.cpp
patch
|
blob
|
history
diff --git
a/src/content_inventory.cpp
b/src/content_inventory.cpp
index 59997ee4b69a6902896c566c172dfefe51bafc4d..413ae8505276e349ae3f334b9bc6ce533cfb05da 100644
(file)
--- a/
src/content_inventory.cpp
+++ b/
src/content_inventory.cpp
@@
-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