From 3ab4480c16cc0411f1a276b9b51f1f06d2bde535 Mon Sep 17 00:00:00 2001 From: Andrei Abrudan Date: Sat, 23 Jul 2022 03:32:01 +0100 Subject: [PATCH] Added small fix for fast dialogue --- cheat-library/src/user/cheat/world/DialogSkip.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cheat-library/src/user/cheat/world/DialogSkip.cpp b/cheat-library/src/user/cheat/world/DialogSkip.cpp index 0d4814a..4e937a3 100644 --- a/cheat-library/src/user/cheat/world/DialogSkip.cpp +++ b/cheat-library/src/user/cheat/world/DialogSkip.cpp @@ -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)