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

remove test code

This commit is contained in:
FunkyFr3sh 2024-08-15 10:19:28 +02:00
parent c7e4b81ad7
commit 79feefac26

View File

@ -581,8 +581,6 @@ HRESULT dd_SetDisplayMode(DWORD dwWidth, DWORD dwHeight, DWORD dwBPP, DWORD dwFl
if (!dwHeight) if (!dwHeight)
dwHeight = g_ddraw.height ? g_ddraw.height : 600; dwHeight = g_ddraw.height ? g_ddraw.height : 600;
//if (dwHeight == 400) dwHeight = 480;
if (!dwBPP) if (!dwBPP)
dwBPP = g_ddraw.bpp ? g_ddraw.bpp : 16; dwBPP = g_ddraw.bpp ? g_ddraw.bpp : 16;