aboutsummaryrefslogtreecommitdiff
path: root/include/courtroom.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/courtroom.h')
-rw-r--r--include/courtroom.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/courtroom.h b/include/courtroom.h
index cebdfe24..036a60ce 100644
--- a/include/courtroom.h
+++ b/include/courtroom.h
@@ -337,7 +337,7 @@ private:
int current_display_speed = 3;
int text_crawl = 40;
- double message_display_mult[7] = {0.125, 0.25, 0.65, 1, 1.25, 1.75, 2.25};
+ double message_display_mult[7] = {0, 0.25, 0.65, 1, 1.25, 1.75, 2.25};
// The character ID of the character this user wants to appear alongside with.
int other_charid = -1;