From 6ca662b8cced71f9eb5938519540cd9aa2207c09 Mon Sep 17 00:00:00 2001 From: Matthew Cline Date: Tue, 24 Nov 2009 00:50:38 -0800 Subject: 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. --- crawl-ref/source/message.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/message.h') 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); -- cgit v1.2.3-54-g00ecf