1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-15 06:04:49 +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)
dwHeight = g_ddraw.height ? g_ddraw.height : 600;
//if (dwHeight == 400) dwHeight = 480;
if (!dwBPP)
dwBPP = g_ddraw.bpp ? g_ddraw.bpp : 16;