summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
authorzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2008-12-29 11:12:55 +0000
committerzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2008-12-29 11:12:55 +0000
commitd725200391584c1c3e9402ab1f6e4325da6f9e3f (patch)
tree3b8a12e83643e67926581473ab124e856078d0c2 /crawl-ref
parent7fcfce7d250e09f85bc09f9e720dda5cf723e68e (diff)
downloadcrawl-ref-d725200391584c1c3e9402ab1f6e4325da6f9e3f.tar.gz
crawl-ref-d725200391584c1c3e9402ab1f6e4325da6f9e3f.zip
Argh, monsters::moveto() is too low level for an assertion like that.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8012 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref')
-rw-r--r--crawl-ref/source/mon-util.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-util.cc b/crawl-ref/source/mon-util.cc
index 91ec861bd9..67787ff596 100644
--- a/crawl-ref/source/mon-util.cc
+++ b/crawl-ref/source/mon-util.cc
@@ -5283,7 +5283,6 @@ int monsters::get_experience_level() const
void monsters::moveto( const coord_def& c )
{
- ASSERT(mgrd(c) == NON_MONSTER || c == pos());
position = c;
}