- Timestamp:
- Oct 7, 2001, 10:25:30 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/ddraw/OS2SURFACE.CPP
r6950 r6960 1 /* $Id: OS2SURFACE.CPP,v 1.3 5 2001-10-05 12:33:09sandervl Exp $ */1 /* $Id: OS2SURFACE.CPP,v 1.36 2001-10-07 08:25:30 sandervl Exp $ */ 2 2 3 3 /* … … 2387 2387 2388 2388 if(dest->diveBufNr == DIVE_BUFFER_SCREEN && 2389 !(dwFlags & (DDBLT_COLORFILL|DDBLT_DEPTHFILL|DDBLT_ROP) ) ) 2389 !(dwFlags & (DDBLT_COLORFILL|DDBLT_DEPTHFILL|DDBLT_ROP) ) && 2390 dest->DDSurfaceDesc.ddpfPixelFormat.dwRGBBitCount > 8 && 2391 src->DDSurfaceDesc.ddpfPixelFormat.dwRGBBitCount > 8) 2390 2392 { 2391 2393 int rc, temp, fChanged = FALSE;
Note:
See TracChangeset
for help on using the changeset viewer.