[PATCH] Remove an unneeded line of code from BltOverride. Stefan added it during debugging some issues but forgot to remove it. This fixes a regression in Red Alert.

Roderick Colenbrander thunderbird2k at gmx.net
Tue Aug 19 15:21:37 CDT 2008


---
 dlls/wined3d/surface.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/dlls/wined3d/surface.c b/dlls/wined3d/surface.c
index 3c56d4c..4ff040a 100644
--- a/dlls/wined3d/surface.c
+++ b/dlls/wined3d/surface.c
@@ -3433,7 +3433,6 @@ static HRESULT IWineD3DSurfaceImpl_BltOverride(IWineD3DSurfaceImpl *This, RECT *
 
 
         /* Activate the destination context, set it up for blitting */
-        myDevice->activeContext->last_was_blit = FALSE;
         ActivateContext(myDevice, (IWineD3DSurface *) This, CTXUSAGE_BLIT);
 
         if(!dstSwapchain) {
-- 
1.5.3.8


--========GMX297271219184657925115--



More information about the wine-patches mailing list