2.6.4: forgot to move termination byte (oops)

This commit is contained in:
nastys
2021-09-29 19:29:03 +02:00
parent c2343f79f2
commit 162cc52c6b
@@ -166,8 +166,9 @@ class PatchApplier710 : public PatchApplier {
if (nPDLoaderText && !nHideFreeplay)
{
InjectCode((void*)0x00000001409F61F0, { 0x50, 0x44, 0x20, 0x4C, 0x6F, 0x61, 0x64, 0x65, 0x72, 0x20, 0x00,
0x20, 0x32, 0x2E, 0x36, 0x2E, 0x34});
InjectCode((void*)0x00000001409F61F0, { 0x50, 0x44, 0x20, 0x4C, 0x6F, 0x61, 0x64, 0x65, 0x72,
0x20, 0x32, 0x2E, 0x36, 0x2E, 0x34,
0x00});
printf("[Patches] Show PD Loader text\n");
}
}