summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/message.h
diff options
context:
space:
mode:
authorMatthew Cline <zelgadis@sourceforge.net>2009-11-24 00:50:38 -0800
committerMatthew Cline <zelgadis@sourceforge.net>2009-11-24 03:19:36 -0800
commit6ca662b8cced71f9eb5938519540cd9aa2207c09 (patch)
tree3826483a08dfdaff8d33fef20c98175110231db9 /crawl-ref/source/message.h
parent64a27196fc1b9740d0c2765faa9e24fce45d3af2 (diff)
downloadcrawl-ref-6ca662b8cced71f9eb5938519540cd9aa2207c09.tar.gz
crawl-ref-6ca662b8cced71f9eb5938519540cd9aa2207c09.zip
reset_more_autoclear() -> set_more_autoclear()
You can now also turn on autoclear-more status from outside message.cc, rather than just turning it off.
Diffstat (limited to 'crawl-ref/source/message.h')
-rw-r--r--crawl-ref/source/message.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/message.h b/crawl-ref/source/message.h
index 4beb6f48e0..7e878fbc28 100644
--- a/crawl-ref/source/message.h
+++ b/crawl-ref/source/message.h
@@ -56,7 +56,7 @@ void replay_messages();
void set_colour(char set_message_colour);
-void reset_more_autoclear();
+void set_more_autoclear(bool on);
std::string get_last_messages(int mcount);