Sets instant text speed flag to false by default (#8179)

This commit is contained in:
khbsd 2025-11-09 09:14:22 +00:00 committed by GitHub
parent 82a63a09fe
commit f8509c3e65
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@
#define TEXT_SPEED_MEDIUM_MODIFIER 1 // How fast the MID text speed option prints
#define TEXT_SPEED_FAST_MODIFIER 1 // How fast the FAST text speed option prints
#define TEXT_SPEED_INSTANT_MODIFIER 12 // Needed only for the animation delays
#define TEXT_SPEED_INSTANT TRUE // Renders all text as fast as it can, basically instant. Overrides FLAG_TEXT_SPEED_INSTANT and in-game player options menu setting.
#define TEXT_SPEED_INSTANT FALSE // Renders all text as fast as it can, basically instant. Overrides FLAG_TEXT_SPEED_INSTANT and in-game player options menu setting.
// Text speed flag:
#define FLAG_TEXT_SPEED_INSTANT 0 // Use this if you want to toggle instant text speed