summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/message.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2010-01-25 21:29:50 +0100
committerRobert Vollmert <rvollmert@gmx.net>2010-01-25 22:19:58 +0100
commitf1d7d9c63e53d034dc1ac0c567674403c9a3c2b6 (patch)
tree6e721fc09231ad281eff1f817f89b762c7073205 /crawl-ref/source/message.h
parenta719e8c4b31475c87a94f29f3c0142fd2c01fd27 (diff)
downloadcrawl-ref-f1d7d9c63e53d034dc1ac0c567674403c9a3c2b6.tar.gz
crawl-ref-f1d7d9c63e53d034dc1ac0c567674403c9a3c2b6.zip
Replace tracking of turn_line by mesclr_line.
The message window now tracks at which line it was last "cleared". This is to be able to implement any_messages() which will say whether there have been new messages since the last mesclr(). msgwin_new_turn is gone.
Diffstat (limited to 'crawl-ref/source/message.h')
-rw-r--r--crawl-ref/source/message.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/message.h b/crawl-ref/source/message.h
index 69a28f8a19..4e0ad0d28a 100644
--- a/crawl-ref/source/message.h
+++ b/crawl-ref/source/message.h
@@ -67,7 +67,6 @@ template<int> static int msgwin_get_line_autohist_temp(std::string prompt,
#define msgwin_get_line_autohist(prompt, buf, len) \
msgwin_get_line_autohist_temp<__LINE__>(prompt, buf, len)
-void msgwin_new_turn();
class no_messages
{