summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/stuff.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-02-29 20:11:21 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-02-29 20:11:21 +0000
commit82fd8b10b5d975349ddb4088f205401687d75f7b (patch)
treeab44ea237731ac2a88648e98f2dcca93d1b8af47 /crawl-ref/source/stuff.cc
parent6b1ce5dda57255e4f6bc166a27b3b071739ac5d1 (diff)
downloadcrawl-ref-82fd8b10b5d975349ddb4088f205401687d75f7b.tar.gz
crawl-ref-82fd8b10b5d975349ddb4088f205401687d75f7b.zip
Fix trunk compile, and a bit of code clean-up.
Oh, and filter MSGCH_PROMPT from message history. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3488 c06c8d41-db1a-0410-9941-cceddc491573
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: