remove unlock
This commit is contained in:
parent
ad1a35aa84
commit
9830d02c3d
1 changed files with 0 additions and 1 deletions
1
src/dd.c
1
src/dd.c
|
@ -970,7 +970,6 @@ HRESULT dd_SetCooperativeLevel(HWND hwnd, DWORD dwFlags)
|
|||
if (g_ddraw->windowed)
|
||||
{
|
||||
real_ClipCursor(NULL);
|
||||
mouse_unlock();
|
||||
}
|
||||
|
||||
GetWindowText(g_ddraw->hwnd, (LPTSTR)&g_ddraw->title, sizeof(g_ddraw->title));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue