1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-24 17:49:52 +01:00

fix window size

This commit is contained in:
FunkyFr3sh 2024-03-17 22:47:13 +01:00
parent ab88cb0bc4
commit 559232eb85

View File

@ -1227,7 +1227,7 @@ HRESULT dd_SetCooperativeLevel(HWND hwnd, DWORD dwFlags)
g_config.devmode = TRUE; g_config.devmode = TRUE;
g_config.fullscreen = FALSE; g_config.fullscreen = FALSE;
g_config.windowed = TRUE; g_config.windowed = TRUE;
dd_SetDisplayMode(513, 319, 32, 8); dd_SetDisplayMode(523, 377, 32, 8);
} }
} }