summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/describe.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-12-31 00:11:33 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-12-31 00:11:33 +0000
commitf77258b7ef4d0c6943bc825956cd027b234c6977 (patch)
treedd2c1df1ac2bc80811fb4dc0c03fce41fa9b240b /crawl-ref/source/describe.cc
parent1692e3c729741d2019bf803e7a7e6bd6d01802ca (diff)
downloadcrawl-ref-f77258b7ef4d0c6943bc825956cd027b234c6977.tar.gz
crawl-ref-f77258b7ef4d0c6943bc825956cd027b234c6977.zip
Add miscellaneous minor fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8034 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/describe.cc')
-rw-r--r--crawl-ref/source/describe.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/describe.cc b/crawl-ref/source/describe.cc
index a2ba75be49..3cd82d7aff 100644
--- a/crawl-ref/source/describe.cc
+++ b/crawl-ref/source/describe.cc
@@ -2727,7 +2727,7 @@ void describe_monsters(const monsters& mons)
break;
}
- if (!mons.can_use_stairs())
+ if (!mons_can_use_stairs(&mons))
{
body << mons_pronoun(static_cast<monster_type>(mons.type),
PRONOUN_CAP, true)