Added small fix for fast dialogue

This commit is contained in:
Andrei Abrudan 2022-07-23 03:32:01 +01:00
parent 5e45ee7ca3
commit 03c74a6eaa

View File

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