summaryrefslogtreecommitdiff
path: root/src/content_mapnode.cpp
diff options
context:
space:
mode:
authorNils Dagsson Moskopp <nils@dieweltistgarnichtso.net>2011-08-01 15:47:02 +0200
committerNils Dagsson Moskopp <nils@dieweltistgarnichtso.net>2011-08-01 15:47:02 +0200
commit363487c97bd90a83497785dbcccebf462d9a64f8 (patch)
treea26ee7d3bb7abefed4b3fe023af95f3ceaecc6db /src/content_mapnode.cpp
parentf6bc6621946f019689e099a423e6bfc7bf7e2618 (diff)
downloadminetest-363487c97bd90a83497785dbcccebf462d9a64f8.tar.gz
minetest-363487c97bd90a83497785dbcccebf462d9a64f8.tar.bz2
minetest-363487c97bd90a83497785dbcccebf462d9a64f8.zip
* less clumsy ladder texture, based on rails
Diffstat (limited to 'src/content_mapnode.cpp')
-rw-r--r--src/content_mapnode.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content_mapnode.cpp b/src/content_mapnode.cpp
index 8e97fa6cd..b164033db 100644
--- a/src/content_mapnode.cpp
+++ b/src/content_mapnode.cpp
@@ -305,7 +305,7 @@ void content_mapnode_init()
i = CONTENT_LADDER;
f = &content_features(i);
- f->setInventoryTexture("item_ladder.png");
+ f->setInventoryTexture("ladder.png");
f->light_propagates = true;
f->param_type = CPT_LIGHT;
f->is_ground_content = true;