[QuickPatch] Add nointro flag

This commit is contained in:
momo5502 2017-04-13 22:04:01 +02:00
parent c03268347a
commit 85072b41b2

View File

@ -719,6 +719,11 @@ namespace Components
// Remove missing tag message
Utils::Hook::Nop(0x4EBF1A, 5);
#endif
if(Flags::HasFlag("nointro"))
{
Utils::Hook::Set<BYTE>(0x60BECF, 0xEB);
}
}
QuickPatch::~QuickPatch()