summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/feature.cc
diff options
context:
space:
mode:
authorSteve Melenchuk <smelenchuk@gmail.com>2014-02-10 19:53:52 -0700
committerSteve Melenchuk <smelenchuk@gmail.com>2014-02-10 19:53:52 -0700
commit8ac5a44c68917fa44982063b71092573f49036e0 (patch)
treece659eff3dabfc71bd5bc5f195b3baf3608d4d4f /crawl-ref/source/feature.cc
parent5358f5b16d339fdc1462138340e8b4fb27cd799a (diff)
downloadcrawl-ref-8ac5a44c68917fa44982063b71092573f49036e0.tar.gz
crawl-ref-8ac5a44c68917fa44982063b71092573f49036e0.zip
s/Dithmengos/Dithmenos/ (dpeg).
At least three devs are probably waiting for this to be pushed if they're not about to push it themselves. So now it's done.
Diffstat (limited to 'crawl-ref/source/feature.cc')
-rw-r--r--crawl-ref/source/feature.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/feature.cc b/crawl-ref/source/feature.cc
index d844a0a7ec..f1d18cf071 100644
--- a/crawl-ref/source/feature.cc
+++ b/crawl-ref/source/feature.cc
@@ -134,7 +134,7 @@ static colour_t _feat_colour(dungeon_feature_type feat)
case DNGN_ALTAR_FEDHAS: return GREEN;
case DNGN_ALTAR_CHEIBRIADOS: return LIGHTCYAN;
case DNGN_ALTAR_ASHENZARI: return LIGHTRED;
- case DNGN_ALTAR_DITHMENGOS: return ETC_DITHMENGOS;
+ case DNGN_ALTAR_DITHMENOS: return ETC_DITHMENOS;
default: return 0;
}
}