summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/stuff.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/stuff.cc')
-rw-r--r--crawl-ref/source/stuff.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/stuff.cc b/crawl-ref/source/stuff.cc
index 297154dac0..b31ef85f56 100644
--- a/crawl-ref/source/stuff.cc
+++ b/crawl-ref/source/stuff.cc
@@ -742,7 +742,7 @@ void canned_msg(canned_message_type which_message)
crawl_state.cancel_cmd_repeat();
break;
case MSG_OK:
- mpr("Okay, then.");
+ mpr("Okay, then.", MSGCH_PROMPT);
crawl_state.cancel_cmd_repeat();
break;
case MSG_UNTHINKING_ACT: