1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-25 10:07:47 +01:00

remove unnecessary check

This commit is contained in:
FunkyFr3sh 2021-06-05 04:51:50 +02:00
parent 33914a0f76
commit d28273cf35

View File

@ -687,8 +687,6 @@ LRESULT CALLBACK fake_WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam
break;
}
case WM_PARENTNOTIFY:
{
if (!g_ddraw->handlemouse)
{
switch (LOWORD(wParam))
{
@ -715,7 +713,6 @@ LRESULT CALLBACK fake_WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam
break;
}
}
}
break;
}
case WM_PAINT: