mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-15 06:04:49 +01:00
disable debug code
This commit is contained in:
parent
5d527ca8e0
commit
7fe9f3f2fa
2
src/dd.c
2
src/dd.c
@ -1025,7 +1025,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…
x
Reference in New Issue
Block a user