summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/state.cc
diff options
context:
space:
mode:
authorRaphael Langella <raphael.langella@gmail.com>2011-03-20 07:51:28 +0100
committerRaphael Langella <raphael.langella@gmail.com>2011-03-20 07:51:28 +0100
commit1b755426b46d2f09424118be5abfa12875f62fa4 (patch)
tree18b0aa1f9147938e636e06b584029abfd6326835 /crawl-ref/source/state.cc
parent2fcbc8d1a199bbbb77b6e0cde55fbd95de2f6444 (diff)
downloadcrawl-ref-1b755426b46d2f09424118be5abfa12875f62fa4.tar.gz
crawl-ref-1b755426b46d2f09424118be5abfa12875f62fa4.zip
Properly fix compilation.
This restores the previous behaviour.
Diffstat (limited to 'crawl-ref/source/state.cc')
-rw-r--r--crawl-ref/source/state.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/state.cc b/crawl-ref/source/state.cc
index 3f7ae9b6c7..51c896b836 100644
--- a/crawl-ref/source/state.cc
+++ b/crawl-ref/source/state.cc
@@ -217,8 +217,7 @@ bool interrupt_cmd_repeat(activity_interrupt_type ai,
{
set_auto_exclude(mon);
- std::string text = get_monster_equipment_desc(mon, DESC_FULL,
- DESC_CAP_A, false);
+ std::string text = get_monster_equipment_desc(mon, DESC_WEAPON);
text += " comes into view.";
mpr(text, MSGCH_WARN);
}