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:
parent
33914a0f76
commit
d28273cf35
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user