summaryrefslogtreecommitdiff
path: root/src/mapnode.cpp
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-02-04 01:22:07 +0200
committerPerttu Ahola <celeron55@gmail.com>2011-02-04 01:22:07 +0200
commit102c5e31fe75bc5c02ddb27afe69968ca8dedeed (patch)
tree8f5dffc51660b1235439d4816a9c8806891aca1a /src/mapnode.cpp
parent24c1ea710355d83ecc06eed619642bcdaef97509 (diff)
downloadminetest-102c5e31fe75bc5c02ddb27afe69968ca8dedeed.tar.gz
minetest-102c5e31fe75bc5c02ddb27afe69968ca8dedeed.tar.bz2
minetest-102c5e31fe75bc5c02ddb27afe69968ca8dedeed.zip
all kinds of tweaking and fixing
Diffstat (limited to 'src/mapnode.cpp')
-rw-r--r--src/mapnode.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapnode.cpp b/src/mapnode.cpp
index 2ba2a2dbf..6f34aa039 100644
--- a/src/mapnode.cpp
+++ b/src/mapnode.cpp
@@ -75,7 +75,7 @@ void init_mapnode(IIrrlichtWrapper *irrlicht)
i = CONTENT_SAND;
f = &g_content_features[i];
- f->setAllTextures(irrlicht->getTextureId("mud.png"));
+ f->setAllTextures(irrlicht->getTextureId("sand.png"));
f->param_type = CPT_MINERAL;
f->is_ground_content = true;