Revert "always enable fixnotresponding patch"

This reverts commit a80ffeb7aa.
This commit is contained in:
FunkyFr3sh 2023-01-17 04:46:24 +01:00
parent 3333539e34
commit 56488f9dac
4 changed files with 8 additions and 9 deletions

View file

@ -711,12 +711,8 @@ HRESULT dd_SetDisplayMode(DWORD dwWidth, DWORD dwHeight, DWORD dwBPP, DWORD dwFl
if (g_ddraw->windowed)
{
/* workaround for "Not Responding" window problem in cnc games */
if (GetCurrentThreadId() == g_ddraw->gui_thread_id)
{
MSG msg;
PeekMessage(&msg, g_ddraw->hwnd, 0, 0, PM_NOREMOVE);
}
MSG msg; /* workaround for "Not Responding" window problem in cnc games */
PeekMessage(&msg, g_ddraw->hwnd, 0, 0, PM_NOREMOVE);
if (!border)
{