summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/hiscores.cc
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-07-07 11:16:07 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-07-07 11:16:07 +0000
commita300efc63ded7eca8eaf7cfa74bc7918b1d05a7d (patch)
tree912c91ab46b838e5163dec3715417eea02b98c03 /crawl-ref/source/hiscores.cc
parentc59c58e7a4e34a1f46ece4a45096b955d6caba65 (diff)
downloadcrawl-ref-a300efc63ded7eca8eaf7cfa74bc7918b1d05a7d.tar.gz
crawl-ref-a300efc63ded7eca8eaf7cfa74bc7918b1d05a7d.zip
Removed all uses of str_monam() outside of mon-util.cc; str_monam() is
now static. Some description fixes (mainly for mummies and nagas.) git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1782 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/hiscores.cc')
-rw-r--r--crawl-ref/source/hiscores.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/hiscores.cc b/crawl-ref/source/hiscores.cc
index 46d59737d2..350d336075 100644
--- a/crawl-ref/source/hiscores.cc
+++ b/crawl-ref/source/hiscores.cc
@@ -807,7 +807,7 @@ void scorefile_entry::init_death_cause(int dam, int dsrc,
auxkilldata = mitm[monster->inv[MSLOT_WEAPON]].name(DESC_NOCAP_A);
}
- death_source_name = str_monam(*monster, DESC_NOCAP_A, true);
+ death_source_name = monster->name(DESC_NOCAP_A, true);
}
}
else