Remove hardcoded exit key from Ford Racing
This commit is contained in:
parent
ac8157c7b4
commit
d43d3e66e8
@ -63,12 +63,6 @@ DWORD WINAPI FordFocus(LPVOID lpParam)
|
||||
{
|
||||
ShowWindow(hWndFORD, SW_MINIMIZE);
|
||||
}
|
||||
// ESCAPE QUITS GAME
|
||||
if (0 != GetAsyncKeyState(VK_ESCAPE))
|
||||
{
|
||||
exit(0);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user