aboutsummaryrefslogtreecommitdiff
path: root/src/mapnode.cpp
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-02-14 16:13:03 +0200
committerPerttu Ahola <celeron55@gmail.com>2011-02-14 16:13:03 +0200
commit467f43d47ccff77d2f35d0807e9d66181694daec (patch)
treec91380e57bccbc019fecc8b381ce830b931e62d1 /src/mapnode.cpp
parent7701753131ee2db37bcf8f4adb80ad8d793a136b (diff)
downloadhax-minetest-server-467f43d47ccff77d2f35d0807e9d66181694daec.tar.gz
hax-minetest-server-467f43d47ccff77d2f35d0807e9d66181694daec.zip
Some fiddling around with fog... not much changed
Diffstat (limited to '')
-rw-r--r--src/mapnode.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mapnode.cpp b/src/mapnode.cpp
index 1e0381d03..2ca4ade7a 100644
--- a/src/mapnode.cpp
+++ b/src/mapnode.cpp
@@ -163,6 +163,7 @@ void init_mapnode()
i = CONTENT_MUD;
f = &g_content_features[i];
f->setAllTextures("mud.png");
+ f->setInventoryTextureCube("mud.png", "mud.png", "mud.png");
f->param_type = CPT_MINERAL;
f->is_ground_content = true;
f->dug_item = std::string("MaterialItem ")+itos(i)+" 1";