summaryrefslogtreecommitdiff
path: root/src/tile.cpp
diff options
context:
space:
mode:
authorNils Dagsson Moskopp <nils@dieweltistgarnichtso.net>2011-05-31 22:04:09 +0200
committerNils Dagsson Moskopp <nils@dieweltistgarnichtso.net>2011-05-31 22:04:09 +0200
commitd7b768dc4b94786474c35a6ae7ea2000d7e11626 (patch)
tree8380263f1ee38abf41e6944d62d7d5da9cc87cb6 /src/tile.cpp
parent8d580ddf29ef4c42ddbe36f48cf7fd5f06ad400b (diff)
downloadminetest-d7b768dc4b94786474c35a6ae7ea2000d7e11626.tar.gz
minetest-d7b768dc4b94786474c35a6ae7ea2000d7e11626.tar.bz2
minetest-d7b768dc4b94786474c35a6ae7ea2000d7e11626.zip
+ brick
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 2a2d2a70c..361de704c 100644
--- a/src/tile.cpp
+++ b/src/tile.cpp
@@ -507,6 +507,7 @@ void TextureSource::buildMainAtlas()
sourcelist.push_back("mud.png");
sourcelist.push_back("sand.png");
sourcelist.push_back("sandstone.png");
+ sourcelist.push_back("brick.png");
sourcelist.push_back("grass.png");
sourcelist.push_back("grass_footsteps.png");
sourcelist.push_back("tree.png");