From c3833168fc6d04fd6fc95e15e6fe7fca495710c7 Mon Sep 17 00:00:00 2001 From: Johanna Ploog Date: Tue, 29 Dec 2009 00:47:21 +0100 Subject: 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. --- crawl-ref/source/tilepick.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crawl-ref/source/tilepick.cc') 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: -- cgit v1.2.3-54-g00ecf