Added small fix for fast dialogue
This commit is contained in:
parent
254e1b7b6d
commit
3ab4480c16
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user