Fix keyboard focus issue on Windows

This commit is contained in:
Henrik Rydgard 2013-10-16 17:20:32 +02:00
parent 87d3903d9f
commit 66e210315b
2 changed files with 3 additions and 6 deletions

View file

@ -306,8 +306,6 @@ int WINAPI WinMain(HINSTANCE _hInstance, HINSTANCE hPrevInstance, LPSTR szCmdLin
//so.. we're at the message pump of the GUI thread
for (MSG msg; GetMessage(&msg, NULL, 0, 0); ) // for no quit
{
//DSound_UpdateSound();
if (msg.message == WM_KEYDOWN)
{
//hack to enable/disable menu command accelerate keys