summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/newgame.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/newgame.cc')
-rw-r--r--crawl-ref/source/newgame.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/newgame.cc b/crawl-ref/source/newgame.cc
index e8219cb908..3c2b5413c7 100644
--- a/crawl-ref/source/newgame.cc
+++ b/crawl-ref/source/newgame.cc
@@ -1094,7 +1094,7 @@ static void _give_species_bonus_mp()
}
}
-#if DEBUG
+#ifdef DEBUG
static bool _species_is_undead( const species_type speci )
{
return (speci == SP_MUMMY || speci == SP_GHOUL || speci == SP_VAMPIRE);