summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monplace.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/monplace.cc')
-rw-r--r--crawl-ref/source/monplace.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/monplace.cc b/crawl-ref/source/monplace.cc
index 3410ee40fb..1e9b55aa44 100644
--- a/crawl-ref/source/monplace.cc
+++ b/crawl-ref/source/monplace.cc
@@ -401,7 +401,7 @@ bool place_monster(int &id, int mon_type, int power, beh_type behaviour,
std::string msg;
if (player_monster_visible( &menv[id] ))
- msg = str_monam( menv[id], DESC_CAP_A );
+ msg = menv[id].name(DESC_CAP_A);
else if (shoved)
msg = "Something";