mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-26 02:19:24 +01:00
fix flags
This commit is contained in:
parent
dfd862592c
commit
dec0d33ef3
2
src/dd.c
2
src/dd.c
@ -924,6 +924,8 @@ HRESULT dd_SetDisplayMode(DWORD dwWidth, DWORD dwHeight, DWORD dwBPP, DWORD dwFl
|
|||||||
g_ddraw->render.width,
|
g_ddraw->render.width,
|
||||||
g_ddraw->render.height,
|
g_ddraw->render.height,
|
||||||
swp_flags);
|
swp_flags);
|
||||||
|
|
||||||
|
swp_flags = SWP_SHOWWINDOW;
|
||||||
}
|
}
|
||||||
|
|
||||||
d3d9_active = d3d9_create();
|
d3d9_active = d3d9_create();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user