diff options
| -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 674a0cb5..8b4b4434 100644 --- a/include/courtroom.h +++ b/include/courtroom.h @@ -288,7 +288,7 @@ private: bool message_is_centered = false;
int current_display_speed = 3;
- int message_display_speed[7] = {10, 20, 30, 40, 50, 60, 75};
+ int message_display_speed[7] = {30, 40, 50, 60, 75, 100, 120};
// This is for checking if the character should start talking again
// when an inline blue text ends.
|
