diff --git a/include/config/text.h b/include/config/text.h index 17f7056eb6..81438055a1 100644 --- a/include/config/text.h +++ b/include/config/text.h @@ -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