1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-15 06:04:49 +01:00

tweak peekmessage hook

This commit is contained in:
FunkyFr3sh 2023-03-06 03:55:10 +01:00
parent 1324a96740
commit 3ceddd1517

View File

@ -588,7 +588,7 @@ BOOL WINAPI fake_PeekMessageA(LPMSG lpMsg, HWND hWnd, UINT wMsgFilterMin, UINT w
InterlockedExchange((LONG*)&g_ddraw->cursor.y, y);
mouse_lock();
return FALSE;
//return FALSE;
}
/* fall through for lParam */
}