aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlikeawindrammer <31085911+likeawindrammer@users.noreply.github.com>2020-04-19 17:04:19 -0600
committerlikeawindrammer <31085911+likeawindrammer@users.noreply.github.com>2020-04-19 17:04:19 -0600
commit7a3ebc8362a3fd3f78d74d064e91e5f2bbc5c0ff (patch)
tree86c690bb7b8b38d64779e6892807459760f60335
parent5f88b1fd30606d510ac98b2e5da44c1dd8001234 (diff)
Revert faster blip speed
Without an option to change it users will complain Thanks Initiate for telling me how to change this
-rw-r--r--include/courtroom.h2
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.