aboutsummaryrefslogtreecommitdiff
path: root/src/tile.cpp
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-06-25 04:25:14 +0300
committerPerttu Ahola <celeron55@gmail.com>2011-06-25 04:25:14 +0300
commit7538b4c6201675c566c98b21c8ecddb798a14943 (patch)
treee61cbdb7c2d9fedd41e2793860aa26553c545f56 /src/tile.cpp
parent47e4eda4bb87cd9dc20dddf81ca473b523eeb150 (diff)
downloadhax-minetest-server-7538b4c6201675c566c98b21c8ecddb798a14943.tar.gz
hax-minetest-server-7538b4c6201675c566c98b21c8ecddb798a14943.zip
New map generator added (and SQLite, messed up the commits at that time...) (import from temporary git repo)
Diffstat (limited to 'src/tile.cpp')
-rw-r--r--src/tile.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tile.cpp b/src/tile.cpp
index dabc1dcf3..23fa1129d 100644
--- a/src/tile.cpp
+++ b/src/tile.cpp
@@ -515,6 +515,8 @@ void TextureSource::buildMainAtlas()
sourcelist.push_back("glass.png");
sourcelist.push_back("mud.png^grass_side.png");
sourcelist.push_back("cobble.png");
+ sourcelist.push_back("mossycobble.png");
+ sourcelist.push_back("gravel.png");
sourcelist.push_back("stone.png^mineral_coal.png");
sourcelist.push_back("stone.png^mineral_iron.png");