mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-24 17:49:52 +01:00
remove DDSD_ALL
This commit is contained in:
parent
a9418fc02a
commit
0ac8709a50
@ -1487,7 +1487,7 @@ HRESULT dd_CreateSurface(
|
|||||||
DDSURFACEDESC desc;
|
DDSURFACEDESC desc;
|
||||||
memset(&desc, 0, sizeof(desc));
|
memset(&desc, 0, sizeof(desc));
|
||||||
|
|
||||||
desc.dwFlags |= DDSD_CAPS | DDSD_ALL;
|
desc.dwFlags |= DDSD_CAPS;
|
||||||
|
|
||||||
if (lpDDSurfaceDesc->dwBackBufferCount > 1)
|
if (lpDDSurfaceDesc->dwBackBufferCount > 1)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user