[Maps] Temporarily disable distortion warnings

This commit is contained in:
momo5502 2017-05-27 17:26:12 +02:00
parent b166af9f1b
commit 8076deeb91

View File

@ -902,6 +902,12 @@ namespace Components
// Hunk debugging
Utils::Hook::Set<BYTE>(0x4FF57B, 0xCC);
Utils::Hook::Nop(0x4FF57C, 4);
#else
// Temporarily disable distortion warnings
Utils::Hook::Nop(0x50DBFF, 5);
Utils::Hook::Nop(0x50DC4F, 5);
Utils::Hook::Nop(0x50DCA3, 5);
Utils::Hook::Nop(0x50DCFE, 5);
#endif
// Intercept BSP name resolving