1
0
mirror of synced 2024-11-14 23:07:36 +01:00

fix mileage crashing on update5

This commit is contained in:
unknown 2022-10-10 09:31:20 +07:00
parent a555cb9e42
commit 753f49947b

View File

@ -481,6 +481,12 @@ static InitFunction Wmmt5Func([]()
//Fix crash when saving story mode and Time attack
injector::MakeNOP(imageBasedxplus + 0xE90C7, 5);
}
else {
// Enable all print
injector::MakeNOP(imageBasedxplus + 0x8F15A3, 6);
//Fix crash when saving story mode and Time attack
injector::MakeNOP(imageBasedxplus + 0xE8DE7, 5);
}
MH_EnableHook(MH_ALL_HOOKS);