Merge pull request #455 from AttorneyOnline/fix/speedmax

Make instant text instant again
This commit is contained in:
oldmud0 2021-02-08 18:42:30 -06:00 committed by GitHub
commit 6e4b621992
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -337,7 +337,7 @@ private:
int current_display_speed = 3; int current_display_speed = 3;
int text_crawl = 40; 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. // The character ID of the character this user wants to appear alongside with.
int other_charid = -1; int other_charid = -1;