Thanks for x person found a bug, he did not be mentor with name. One of our helper with dx stuff that want be anonymous for now

svn path=/trunk/; revision=22978
This commit is contained in:
Magnus Olsen 2006-07-09 20:28:30 +00:00
parent 555c9d0ec0
commit beeb6f5df2

View file

@ -52,12 +52,12 @@ HRESULT Hal_DDrawSurface_Blt(LPDIRECTDRAWSURFACE7 iface, LPRECT rDest,
if (rDest!=NULL)
{
memcpy(& mDdBlt.rDest, rDest, sizeof(DDBLTFX));
memcpy(& mDdBlt.rDest, rDest, sizeof(RECTL));
}
if (rSrc!=NULL)
{
memcpy(& mDdBlt.rDest, rSrc, sizeof(DDBLTFX));
memcpy(& mDdBlt.rDest, rSrc, sizeof(RECTL));
}
if (src != NULL)