Merge pull request #349 from andiabrudan/fix_fast_dialogue

Fix fast dialogue
This commit is contained in:
Taiga
2022-07-25 19:26:07 -07:00
committed by GitHub

View File

@ -85,6 +85,8 @@ namespace cheat::feature
if (f_FastDialog)
app::Time_set_timeScale(f_TimeSpeedup, nullptr);
else
app::Time_set_timeScale(1.0f, nullptr);
bool isImportant = false;
if (f_ExcludeImportant)