summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilepick.cc
diff options
context:
space:
mode:
authorJohanna Ploog <j-p-e-g@users.sourceforge.net>2009-12-29 00:47:21 +0100
committerJohanna Ploog <j-p-e-g@users.sourceforge.net>2009-12-29 00:47:21 +0100
commitc3833168fc6d04fd6fc95e15e6fe7fca495710c7 (patch)
tree7172f12e053cf167ba1f600f1039df74f6d844da /crawl-ref/source/tilepick.cc
parentde9c9716195ef407110fb99bdeed1c3b85e13385 (diff)
downloadcrawl-ref-c3833168fc6d04fd6fc95e15e6fe7fca495710c7.tar.gz
crawl-ref-c3833168fc6d04fd6fc95e15e6fe7fca495710c7.zip
Add two placeholder tiles for trees.
Crayon-style they're not strictly bad but I feel they don't fit the feel of the rest of the dungeon. Still, much better than error tiles.
Diffstat (limited to 'crawl-ref/source/tilepick.cc')
-rw-r--r--crawl-ref/source/tilepick.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/tilepick.cc b/crawl-ref/source/tilepick.cc
index 28c94a04b0..723dbc0d00 100644
--- a/crawl-ref/source/tilepick.cc
+++ b/crawl-ref/source/tilepick.cc
@@ -2474,6 +2474,8 @@ int tileidx_feature(dungeon_feature_type feat, int gx, int gy)
return TILE_DNGN_ORCISH_IDOL;
case DNGN_WAX_WALL:
return TILE_DNGN_WAX_WALL;
+ case DNGN_TREES:
+ return TILE_DNGN_TREE;
case DNGN_GRANITE_STATUE:
return TILE_DNGN_GRANITE_STATUE;
case DNGN_LAVA: