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:
5342878
)
fixed wrong furnace menu layout
author
Perttu Ahola
<celeron55@gmail.com>
Sat, 18 Jun 2011 05:50:05 +0000
(08:50 +0300)
committer
Perttu Ahola
<celeron55@gmail.com>
Sat, 18 Jun 2011 05:50:05 +0000
(08:50 +0300)
src/content_nodemeta.cpp
patch
|
blob
|
history
diff --git
a/src/content_nodemeta.cpp
b/src/content_nodemeta.cpp
index 92b2cbada538f9474a9fd6202b7cc335baa0cbe0..681e2b92584365e827fd39c62a2948cc8e54a86d 100644
(file)
--- a/
src/content_nodemeta.cpp
+++ b/
src/content_nodemeta.cpp
@@
-312,7
+312,7
@@
std::string FurnaceNodeMetadata::getInventoryDrawSpecString()
{
return
"invsize[8,9;]"
- "list[current_name;fuel;2,
4
;1,1;]"
+ "list[current_name;fuel;2,
3
;1,1;]"
"list[current_name;src;2,1;1,1;]"
"list[current_name;dst;5,1;2,2;]"
"list[current_player;main;0,5;8,4;]";