diff options
| author | iamgoofball <iamgoofball@gmail.com> | 2019-01-20 21:06:21 -0800 |
|---|---|---|
| committer | iamgoofball <iamgoofball@gmail.com> | 2019-01-20 21:06:21 -0800 |
| commit | debd386a7176327d481470621a7a3a65cd715f2e (patch) | |
| tree | 9f0ca0aa28783bdc951f22d395c2b45d3a2c994d /include | |
| parent | 10436992148e2342e6bd563d1acfb684f225aa30 (diff) | |
Bugfixes and blip speeds
Diffstat (limited to 'include')
| -rw-r--r-- | include/courtroom.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/courtroom.h b/include/courtroom.h index c76e4a1f..b746c6ac 100644 --- a/include/courtroom.h +++ b/include/courtroom.h @@ -251,7 +251,7 @@ private: bool message_is_centered = false; int current_display_speed = 3; - int message_display_speed[7] = {30, 40, 50, 60, 75, 100, 120}; + int message_display_speed[7] = {10, 20, 30, 40, 50, 60, 75}; // This is for checking if the character should start talking again // when an inline blue text ends. |
