From 2135d84ff9c95fd95a28f4a85a9d4eea1d7f0d3d Mon Sep 17 00:00:00 2001 From: Crystalwarrior Date: Tue, 9 Feb 2021 03:24:04 +0300 Subject: [PATCH] make instant text instant again --- include/courtroom.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/courtroom.h b/include/courtroom.h index cebdfe2..036a60c 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;