Merge pull request #349 from andiabrudan/fix_fast_dialogue
Fix fast dialogue
This commit is contained in:
commit
3c2b1e25a0
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user