Sets instant text speed flag to false by default (#8179)
This commit is contained in:
parent
82a63a09fe
commit
f8509c3e65
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user