aboutsummaryrefslogtreecommitdiff
path: root/courtroom.h
diff options
context:
space:
mode:
Diffstat (limited to 'courtroom.h')
-rw-r--r--courtroom.h6
1 files changed, 6 insertions, 0 deletions
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;