diff options
| author | oldmud0 <oldmud0@users.noreply.github.com> | 2021-02-08 18:42:30 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-08 18:42:30 -0600 |
| commit | 6e4b6219923b25a6b58dc8d63a27b3bf0a6e0df4 (patch) | |
| tree | 2b2581c3427323fa6076780b29193a831cc6497d /include | |
| parent | 1126f2a092d91a3f01831692157160e18e469838 (diff) | |
| parent | 2135d84ff9c95fd95a28f4a85a9d4eea1d7f0d3d (diff) | |
Merge pull request #455 from AttorneyOnline/fix/speedmax
Make instant text instant again
Diffstat (limited to 'include')
| -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; |
