1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-14 22:03:27 +01:00

re-enable windowed hack

This commit is contained in:
FunkyFr3sh 2024-12-19 22:29:01 +01:00
parent dcec176e15
commit b4cb93d32b

View File

@ -1549,8 +1549,8 @@ HRESULT dd_SetCooperativeLevel(HWND hwnd, DWORD dwFlags)
{
TRACE(" client rect=%dx%d\n", rc.right, rc.bottom);
//g_ddraw.windowed_hack = TRUE;
//dd_SetDisplayMode(rc.right, rc.bottom, 16, 0);
g_ddraw.windowed_hack = TRUE;
dd_SetDisplayMode(rc.right, rc.bottom, 16, 0);
}
}
}