From e8a9dc56b43935ce7e24de96f847e135dd97a7cc Mon Sep 17 00:00:00 2001 From: Joelrau Date: Thu, 23 Jul 2020 06:36:00 +0300 Subject: [PATCH] [Zones] Show missing soundaliases in debug builds --- src/Components/Modules/Zones.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Components/Modules/Zones.cpp b/src/Components/Modules/Zones.cpp index 7afeecb4..f47850ee 100644 --- a/src/Components/Modules/Zones.cpp +++ b/src/Components/Modules/Zones.cpp @@ -3400,9 +3400,11 @@ namespace Components Utils::Hook(0x45A806, RelocateFileCount, HOOK_CALL).install()->quick(); Utils::Hook(0x45A6A0, RelocateFileCount, HOOK_CALL).install()->quick(); +#ifndef DEBUG // Ignore missing soundaliases for now // TODO: Include them in the dependency zone! Utils::Hook::Nop(0x644207, 5); +#endif // Block Mark_pathnode_constant_t Utils::Hook::Set(0x4F74B0, 0xC3);