remove unnecessary check
This commit is contained in:
parent
33914a0f76
commit
d28273cf35
1 changed files with 16 additions and 19 deletions
|
@ -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…
Reference in a new issue