diff options
Diffstat (limited to 'courtroom.h')
| -rw-r--r-- | courtroom.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/courtroom.h b/courtroom.h index 10d387e..1fddb2a 100644 --- a/courtroom.h +++ b/courtroom.h @@ -119,6 +119,9 @@ private: int chat_tick_interval = 60; //which tick position(character in chat message) we are at int tick_pos = 0; + //used to determine how often blips sound + int blip_pos = 0; + int blip_rate = 1; //delay before chat messages starts ticking QTimer *text_delay_timer; |
