summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/state.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/state.cc')
-rw-r--r--crawl-ref/source/state.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/state.cc b/crawl-ref/source/state.cc
index 3981bf2aa4..a0023224b7 100644
--- a/crawl-ref/source/state.cc
+++ b/crawl-ref/source/state.cc
@@ -197,7 +197,7 @@ bool interrupt_cmd_repeat( activity_interrupt_type ai,
{
std::string text = get_monster_desc(mon, false);
text += " comes into view.";
- print_formatted_paragraph(text, get_number_of_cols(), MSGCH_WARN);
+ print_formatted_paragraph(text, MSGCH_WARN);
}
if (Options.tutorial_left)