[QuickPatch] Add nointro flag
This commit is contained in:
parent
c03268347a
commit
85072b41b2
@ -719,6 +719,11 @@ namespace Components
|
|||||||
// Remove missing tag message
|
// Remove missing tag message
|
||||||
Utils::Hook::Nop(0x4EBF1A, 5);
|
Utils::Hook::Nop(0x4EBF1A, 5);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
if(Flags::HasFlag("nointro"))
|
||||||
|
{
|
||||||
|
Utils::Hook::Set<BYTE>(0x60BECF, 0xEB);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
QuickPatch::~QuickPatch()
|
QuickPatch::~QuickPatch()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user