diff options
| author | Crystalwarrior <varsash@gmail.com> | 2021-02-09 03:24:04 +0300 |
|---|---|---|
| committer | Crystalwarrior <varsash@gmail.com> | 2021-02-09 03:24:04 +0300 |
| commit | 2135d84ff9c95fd95a28f4a85a9d4eea1d7f0d3d (patch) | |
| tree | 5730bd9dda6913051619d8d74c7b56a2dbc263fe | |
| parent | ce77e50f756d8c1ef2fba627aa245a98ba0421de (diff) | |
make instant text instant again
| -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 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; |
