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:
parent
c7e4b81ad7
commit
79feefac26
2
src/dd.c
2
src/dd.c
@ -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;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user