disable debug code
This commit is contained in:
parent
b2e9e427f2
commit
5de8cb4761
1 changed files with 1 additions and 1 deletions
2
src/dd.c
2
src/dd.c
|
@ -908,7 +908,7 @@ HRESULT dd_SetDisplayMode(DWORD dwWidth, DWORD dwHeight, DWORD dwBPP, DWORD dwFl
|
|||
g_ddraw.render.opengl_y_align = 0;
|
||||
}
|
||||
|
||||
dbg_dump_wnd_styles(real_GetWindowLongA(g_ddraw.hwnd, GWL_STYLE), real_GetWindowLongA(g_ddraw.hwnd, GWL_EXSTYLE));
|
||||
//dbg_dump_wnd_styles(real_GetWindowLongA(g_ddraw.hwnd, GWL_STYLE), real_GetWindowLongA(g_ddraw.hwnd, GWL_EXSTYLE));
|
||||
if (g_config.windowed)
|
||||
{
|
||||
if (g_config.remove_menu && GetMenu(g_ddraw.hwnd))
|
||||
|
|
Loading…
Reference in a new issue