summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monster.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/monster.cc')
-rw-r--r--crawl-ref/source/monster.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/monster.cc b/crawl-ref/source/monster.cc
index c8f0b8fa7f..8f8df5b8b0 100644
--- a/crawl-ref/source/monster.cc
+++ b/crawl-ref/source/monster.cc
@@ -55,6 +55,8 @@ monsters::monsters()
seen_context(""), props()
{
travel_path.clear();
+ if (crawl_state.arena)
+ foe = MHITNOT;
}
// Empty destructor to keep auto_ptr happy with incomplete ghost_demon type.