summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-04-19 02:56:28 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-04-19 02:56:28 +0000
commitd51c04cc4126774141c1585cb7f9446ade141e7d (patch)
tree45af4b0a76f30fe4d4ba9c684f373facf1148586
parent18e359fad18aa25f1b5f3e2864071b2b03abf73a (diff)
downloadcrawl-ref-d51c04cc4126774141c1585cb7f9446ade141e7d.tar.gz
crawl-ref-d51c04cc4126774141c1585cb7f9446ade141e7d.zip
Fix typo.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9646 c06c8d41-db1a-0410-9941-cceddc491573
-rw-r--r--crawl-ref/source/debug.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/debug.cc b/crawl-ref/source/debug.cc
index e6ad0aebf0..43fec90503 100644
--- a/crawl-ref/source/debug.cc
+++ b/crawl-ref/source/debug.cc
@@ -2739,7 +2739,7 @@ void debug_item_scan( void )
mpr( "Unlinked temporary item:", MSGCH_ERROR );
_dump_item( name, i, mitm[i] );
}
- else if (mon != NULL && !mon->type == -1)
+ else if (mon != NULL && mon->type == -1)
{
mpr( "Unlinked item held by dead monster:", MSGCH_ERROR );
_dump_item( name, i, mitm[i] );