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.fullscreen = FALSE;
g_config.windowed = TRUE;
dd_SetDisplayMode(513, 319, 32, 8);
dd_SetDisplayMode(523, 377, 32, 8);
}
}