1
0
mirror of synced 2025-03-04 00:53:04 +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

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