summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tutorial.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2010-03-10 02:13:50 +0100
committerAdam Borowski <kilobyte@angband.pl>2010-03-10 02:18:04 +0100
commit4c4b9d7e8c394c5b3041afb1cc52eb14572b8c2d (patch)
tree730814e0b9d18a261ceddb4298a919afa84bc89c /crawl-ref/source/tutorial.cc
parent76e26689bafdfcae67501166ac4dee9fb6e6f167 (diff)
downloadcrawl-ref-4c4b9d7e8c394c5b3041afb1cc52eb14572b8c2d.tar.gz
crawl-ref-4c4b9d7e8c394c5b3041afb1cc52eb14572b8c2d.zip
Fix misbehaviours and crashes caused by redefining monster glyphs.
Diffstat (limited to 'crawl-ref/source/tutorial.cc')
-rw-r--r--crawl-ref/source/tutorial.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/tutorial.cc b/crawl-ref/source/tutorial.cc
index 081dad0c14..ab104deb4e 100644
--- a/crawl-ref/source/tutorial.cc
+++ b/crawl-ref/source/tutorial.cc
@@ -4905,7 +4905,7 @@ void tutorial_describe_monster(const monsters *mons, bool has_stat_desc)
}
else
{
- const char ch = mons_char(mons->type);
+ const char ch = mons_base_char(mons->type);
if (ch >= '1' && ch <= '5')
{
ostr << "This monster is a demon of the "