Revert faster blip speed

Without an option to change it users will complain
Thanks Initiate for telling me how to change this
This commit is contained in:
likeawindrammer 2020-04-19 17:04:19 -06:00
parent 5f88b1fd30
commit 7a3ebc8362

View File

@ -288,7 +288,7 @@ private:
bool message_is_centered = false; bool message_is_centered = false;
int current_display_speed = 3; int current_display_speed = 3;
int message_display_speed[7] = {10, 20, 30, 40, 50, 60, 75}; int message_display_speed[7] = {30, 40, 50, 60, 75, 100, 120};
// This is for checking if the character should start talking again // This is for checking if the character should start talking again
// when an inline blue text ends. // when an inline blue text ends.