1
0
mirror of synced 2025-01-31 20:15:26 +01:00

Remove unnecessary code from H2Overdrive

This commit is contained in:
Aaron M 2021-05-08 10:54:24 +12:00
parent 33cc2a1803
commit aca90b2e70

View File

@ -188,7 +188,6 @@ DWORD WINAPI InputRT10(LPVOID lpParam)
if (NameChoosing && !NameViewButton)
{
NameViewButton = true;
OutputDebugStringA("View Pressed");
injector::WriteMemory<INT32>((0x398CB8 + BaseAddress10), 1, true);
}
}