projects
/
zefram
/
minetest
/
minetest_engine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26abf6f
)
Saner sized sapling
author
Perttu Ahola
<celeron55@gmail.com>
Tue, 15 Nov 2011 22:32:34 +0000
(
00:32
+0200)
committer
Perttu Ahola
<celeron55@gmail.com>
Tue, 29 Nov 2011 17:13:45 +0000
(19:13 +0200)
src/content_mapnode.cpp
patch
|
blob
|
history
diff --git
a/src/content_mapnode.cpp
b/src/content_mapnode.cpp
index 2fce337fc190e37ac5c9182d1df3f1f4281a6b61..c33d8c4a2e3da1a0cb5efebf4c7cca8436fc2c4b 100644
(file)
--- a/
src/content_mapnode.cpp
+++ b/
src/content_mapnode.cpp
@@
-637,7
+637,7
@@
void content_mapnode_init(IWritableNodeDefManager *nodemgr)
i = CONTENT_SAPLING;
f = nodemgr->getModifiable(i);
f->drawtype = NDT_PLANTLIKE;
- f->visual_scale = 1.
5
;
+ f->visual_scale = 1.
0
;
f->setAllTextures("sapling.png");
f->setInventoryTexture("sapling.png");
f->param_type = CPT_LIGHT;