summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-10-27 14:20:47 +0100
committerRobert Vollmert <rvollmert@gmx.net>2009-10-27 14:20:47 +0100
commite98848e2ee8357947a5f31084eb5a7c33f46ecd2 (patch)
tree3575f9df6b2f0cb830c6fb69e47b3b4a46c20e28 /crawl-ref
parente9229ee0bcd270cee94baa2a986b40de6794ba61 (diff)
downloadcrawl-ref-e98848e2ee8357947a5f31084eb5a7c33f46ecd2.tar.gz
crawl-ref-e98848e2ee8357947a5f31084eb5a7c33f46ecd2.zip
Fix typo in previous commit.
Diffstat (limited to 'crawl-ref')
-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 10b376a68a..4943bbf923 100644
--- a/crawl-ref/source/monstuff.cc
+++ b/crawl-ref/source/monstuff.cc
@@ -4610,7 +4610,7 @@ static void _handle_behaviour(monsters *mon)
break; // switch/case BEH_SEEK
}
- ASSERT(proxFoe && mon->foe != MHITNO);
+ ASSERT(proxFoe && mon->foe != MHITNOT);
// Monster can see foe: continue 'tracking'
// by updating target x,y.
if (mon->foe == MHITYOU)