projects
/
wine
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
952c1e4
)
Remove the assertion when there is no source surface.
author
Lionel Ulmer
<lionel.ulmer@free.fr>
Wed, 3 May 2000 17:43:07 +0000
(17:43 +0000)
committer
Alexandre Julliard
<julliard@winehq.org>
Wed, 3 May 2000 17:43:07 +0000
(17:43 +0000)
dlls/ddraw/dsurface/main.c
patch
|
blob
|
blame
|
history
diff --git
a/dlls/ddraw/dsurface/main.c
b/dlls/ddraw/dsurface/main.c
index
13d8d6a
..
265c689
100644
(file)
--- a/
dlls/ddraw/dsurface/main.c
+++ b/
dlls/ddraw/dsurface/main.c
@@
-221,7
+221,7
@@
HRESULT WINAPI IDirectDrawSurface4Impl_Blt(
memset(&xsrc,0,sizeof(xsrc));
}
}
- assert(xsrc.bottom <= sdesc.dwHeight);
+
if (src)
assert(xsrc.bottom <= sdesc.dwHeight);
assert(xdst.bottom <= ddesc.dwHeight);
bpp = GET_BPP(ddesc);