summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monstuff.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-16 19:16:22 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-16 19:16:22 +0000
commit77676db4b872ec489b220c7d3f43087fc22b5635 (patch)
treec79b8fb25ef1bbeac5f70a5c1ddfc6e138e38547 /crawl-ref/source/monstuff.cc
parent03c498835e827368791edd1076f72bfbfcdf05c7 (diff)
downloadcrawl-ref-77676db4b872ec489b220c7d3f43087fc22b5635.tar.gz
crawl-ref-77676db4b872ec489b220c7d3f43087fc22b5635.zip
More cosmetic fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3674 c06c8d41-db1a-0410-9941-cceddc491573
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)