tweak peekmessage hook
This commit is contained in:
parent
1324a96740
commit
3ceddd1517
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue