From f9baa0454d49d7da65a5c17afbb11aefa120e85a Mon Sep 17 00:00:00 2001 From: Cerapter Date: Tue, 7 Aug 2018 19:28:05 +0200 Subject: Log limit bugfixes. - Log limit is now correctly applied in both directions. - Log direction now cannot be changed by rewriting the ini mid-game. --- courtroom.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'courtroom.h') diff --git a/courtroom.h b/courtroom.h index 4b47558e..b3342db8 100644 --- a/courtroom.h +++ b/courtroom.h @@ -193,6 +193,12 @@ private: bool rainbow_appended = false; bool blank_blip = false; + // Used for getting the current maximum blocks allowed in the IC chatlog. + int log_maximum_blocks = 0; + + // True, if the log should go downwards. + bool log_goes_downwards = false; + //delay before chat messages starts ticking QTimer *text_delay_timer; -- cgit