summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilepick.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/tilepick.cc')
-rw-r--r--crawl-ref/source/tilepick.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/tilepick.cc b/crawl-ref/source/tilepick.cc
index 5c26dcebc8..e0b76d4b87 100644
--- a/crawl-ref/source/tilepick.cc
+++ b/crawl-ref/source/tilepick.cc
@@ -2540,8 +2540,8 @@ int tileidx_feature(dungeon_feature_type feat, int gx, int gy)
return TILE_DNGN_ALTAR_BEOGH;
case DNGN_ALTAR_JIYVA:
return TILE_DNGN_ALTAR_JIYVA;
- case DNGN_ALTAR_FEAWN:
- return TILE_DNGN_ALTAR_FEAWN;
+ case DNGN_ALTAR_FEDHAS:
+ return TILE_DNGN_ALTAR_FEDHAS;
case DNGN_ALTAR_CHEIBRIADOS:
return TILE_DNGN_ALTAR_CHEIBRIADOS;
case DNGN_FOUNTAIN_BLUE: