remove test code
This commit is contained in:
parent
c7e4b81ad7
commit
79feefac26
1 changed files with 0 additions and 2 deletions
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)
|
||||
dwHeight = g_ddraw.height ? g_ddraw.height : 600;
|
||||
|
||||
//if (dwHeight == 400) dwHeight = 480;
|
||||
|
||||
if (!dwBPP)
|
||||
dwBPP = g_ddraw.bpp ? g_ddraw.bpp : 16;
|
||||
|
||||
|
|
Loading…
Reference in a new issue