1
0
mirror of synced 2025-02-20 20:41:34 +01:00

Remove hardcoded exit key from Ford Racing

This commit is contained in:
Aaron M 2021-09-21 14:32:09 +12:00
parent ac8157c7b4
commit d43d3e66e8

View File

@ -63,12 +63,6 @@ DWORD WINAPI FordFocus(LPVOID lpParam)
{
ShowWindow(hWndFORD, SW_MINIMIZE);
}
// ESCAPE QUITS GAME
if (0 != GetAsyncKeyState(VK_ESCAPE))
{
exit(0);
}
}
}