[Script]: Allow this patch to run (#881)

This commit is contained in:
Edo 2023-03-28 22:25:39 +01:00 committed by GitHub
parent 6006c58c86
commit 289414d770
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -288,6 +288,5 @@ namespace Components::GSC
// Restore IW3's compiler behaviour when dealing with 'overriding builtin function'
Utils::Hook::Nop(0x613EDA, 2);
Utils::Hook::Nop(0x613EF0, 2);
Utils::Hook::Set<std::uint8_t>(0x613EF9, 0xEB);
}
}