summaryrefslogtreecommitdiff
path: root/src/tile.cpp
diff options
context:
space:
mode:
authorNils Dagsson Moskopp <nils@dieweltistgarnichtso.net>2011-05-28 02:17:19 +0200
committerNils Dagsson Moskopp <nils@dieweltistgarnichtso.net>2011-05-29 18:44:42 +0200
commit843ffba567d9b9cb170e9d9cc76469e796ca93cb (patch)
treebdb775f22e58013551d1e73716be0826c0a014c4 /src/tile.cpp
parentacd7ce897d2ea30699ca83aa1304987b1eea7880 (diff)
downloadminetest-843ffba567d9b9cb170e9d9cc76469e796ca93cb.tar.gz
minetest-843ffba567d9b9cb170e9d9cc76469e796ca93cb.tar.bz2
minetest-843ffba567d9b9cb170e9d9cc76469e796ca93cb.zip
+ sandstone
Diffstat (limited to 'src/tile.cpp')
-rw-r--r--src/tile.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tile.cpp b/src/tile.cpp
index dabc1dcf3..8b0c3f2ea 100644
--- a/src/tile.cpp
+++ b/src/tile.cpp
@@ -506,6 +506,7 @@ void TextureSource::buildMainAtlas()
sourcelist.push_back("stone.png");
sourcelist.push_back("mud.png");
sourcelist.push_back("sand.png");
+ sourcelist.push_back("sandstone.png");
sourcelist.push_back("grass.png");
sourcelist.push_back("grass_footsteps.png");
sourcelist.push_back("tree.png");