From 467f43d47ccff77d2f35d0807e9d66181694daec Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Mon, 14 Feb 2011 16:13:03 +0200 Subject: Some fiddling around with fog... not much changed --- src/mapnode.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mapnode.cpp') 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"; -- cgit v1.2.3