summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/effects.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/effects.cc')
-rw-r--r--crawl-ref/source/effects.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/effects.cc b/crawl-ref/source/effects.cc
index 5cbf2ed192..cc31223a32 100644
--- a/crawl-ref/source/effects.cc
+++ b/crawl-ref/source/effects.cc
@@ -136,7 +136,7 @@ static std::string who_banished(const std::string &who)
void banished(int gate_type, const std::string &who)
{
-#ifdef MILESTONES
+#ifdef DGL_MILESTONES
if (gate_type == DNGN_ENTER_ABYSS)
mark_milestone("abyss.enter", who_banished(who));
else if (gate_type == DNGN_EXIT_ABYSS)