Fully fix filesystem restart

This commit is contained in:
momo5502 2016-04-09 20:31:00 +02:00
parent 72efebb021
commit 3c15e41585

View File

@ -204,7 +204,7 @@ namespace Components
// filesystem init default_mp.cfg check
Utils::Hook::Nop(0x461A9E, 5);
Utils::Hook::Nop(0x461AAA, 5);
Utils::Hook::Nop(0x461AB2, 0xB1);
Utils::Hook::Set<BYTE>(0x461AB4, 0xEB);
// vid_restart when ingame
Utils::Hook::Nop(0x4CA1FA, 6);