1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-15 06:04:49 +01:00

do not minimize on RestoreDisplayMode (needs more testing)

This commit is contained in:
FunkyFr3sh 2024-09-06 20:54:42 +02:00
parent 4b46c48a36
commit b1e7cfe5b4

View File

@ -641,7 +641,7 @@ HRESULT dd_RestoreDisplayMode()
}
}
real_ShowWindow(g_ddraw.hwnd, SW_MINIMIZE);
//real_ShowWindow(g_ddraw.hwnd, SW_MINIMIZE);
return DD_OK;
}