[Zones] Show missing soundaliases in debug builds
This commit is contained in:
parent
da52129076
commit
e8a9dc56b4
@ -3400,9 +3400,11 @@ namespace Components
|
|||||||
Utils::Hook(0x45A806, RelocateFileCount, HOOK_CALL).install()->quick();
|
Utils::Hook(0x45A806, RelocateFileCount, HOOK_CALL).install()->quick();
|
||||||
Utils::Hook(0x45A6A0, RelocateFileCount, HOOK_CALL).install()->quick();
|
Utils::Hook(0x45A6A0, RelocateFileCount, HOOK_CALL).install()->quick();
|
||||||
|
|
||||||
|
#ifndef DEBUG
|
||||||
// Ignore missing soundaliases for now
|
// Ignore missing soundaliases for now
|
||||||
// TODO: Include them in the dependency zone!
|
// TODO: Include them in the dependency zone!
|
||||||
Utils::Hook::Nop(0x644207, 5);
|
Utils::Hook::Nop(0x644207, 5);
|
||||||
|
#endif
|
||||||
|
|
||||||
// Block Mark_pathnode_constant_t
|
// Block Mark_pathnode_constant_t
|
||||||
Utils::Hook::Set<BYTE>(0x4F74B0, 0xC3);
|
Utils::Hook::Set<BYTE>(0x4F74B0, 0xC3);
|
||||||
|
Loading…
Reference in New Issue
Block a user