aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCrystalwarrior <varsash@gmail.com>2020-09-11 23:39:32 +0300
committerCrystalwarrior <varsash@gmail.com>2020-09-11 23:39:32 +0300
commitc392bb3415ca8a01dbfc5129527af25ae6de9c08 (patch)
treeb0e2aa1235a6828a312c4f7e8abb918d2c84a913
parentd00d0769a9bf325df5bb25d7a7a4bd376b539b3c (diff)
Revert the meme of instant text.
Instant text using }}} is not only meme-worthy in how limited it is in practice, it also makes the blip ticker completely confused how and when to play the blips (to make instant text possible, the entire system needs rewriting (again)
-rw-r--r--include/courtroom.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/courtroom.h b/include/courtroom.h
index 31ab41c6..38621c82 100644
--- a/include/courtroom.h
+++ b/include/courtroom.h
@@ -275,7 +275,7 @@ private:
bool message_is_centered = false;
int current_display_speed = 3;
- int message_display_speed[7] = {0, 10, 25, 40, 50, 70, 90};
+ int message_display_speed[7] = {5, 10, 25, 40, 50, 70, 90};
// The character ID of the character this user wants to appear alongside with.
int other_charid = -1;