summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monstuff.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/monstuff.cc')
-rw-r--r--crawl-ref/source/monstuff.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/monstuff.cc b/crawl-ref/source/monstuff.cc
index c54c312fc7..42c3031e19 100644
--- a/crawl-ref/source/monstuff.cc
+++ b/crawl-ref/source/monstuff.cc
@@ -494,6 +494,7 @@ static bool monster_avoided_death(monsters *monster, killer_type killer, int i)
return (true);
}
}
+
return (false);
}
@@ -6189,7 +6190,6 @@ bool monster_descriptor(int which_class, unsigned char which_descriptor)
bool message_current_target()
{
-
if (crawl_state.is_replaying_keys())
{
if (you.prev_targ == MHITNOT || you.prev_targ == MHITYOU)