diff options
| author | Cerapter <cerap@protonmail.com> | 2018-09-20 23:14:32 +0200 |
|---|---|---|
| committer | Cerapter <cerap@protonmail.com> | 2018-09-20 23:14:32 +0200 |
| commit | ff0f8c268a36129635a8d9f459a9e511b599260f (patch) | |
| tree | 95a4c785c52d31c2327abaa5d3e6abd40a81f644 /courtroom.h | |
| parent | ab49e69067bf0d6f0c9591602f03ed61b21214c7 (diff) | |
Full stops force the idle anim to play.
Diffstat (limited to 'courtroom.h')
| -rw-r--r-- | courtroom.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/courtroom.h b/courtroom.h index 1115e369..4aa4f006 100644 --- a/courtroom.h +++ b/courtroom.h @@ -227,6 +227,8 @@ private: bool next_character_is_not_special = false; // If true, write the // next character as it is. + bool previous_character_is_fullstop = false; // Used for silencing the character during long ellipses. + bool message_is_centered = false; int current_display_speed = 3; |
