mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-24 17:49:52 +01:00
remove unlock
This commit is contained in:
parent
ad1a35aa84
commit
9830d02c3d
1
src/dd.c
1
src/dd.c
@ -970,7 +970,6 @@ HRESULT dd_SetCooperativeLevel(HWND hwnd, DWORD dwFlags)
|
|||||||
if (g_ddraw->windowed)
|
if (g_ddraw->windowed)
|
||||||
{
|
{
|
||||||
real_ClipCursor(NULL);
|
real_ClipCursor(NULL);
|
||||||
mouse_unlock();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
GetWindowText(g_ddraw->hwnd, (LPTSTR)&g_ddraw->title, sizeof(g_ddraw->title));
|
GetWindowText(g_ddraw->hwnd, (LPTSTR)&g_ddraw->title, sizeof(g_ddraw->title));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user