summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/message.h
diff options
context:
space:
mode:
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);