fixed a werid crash do not initate the member dwObsolete1 in LPDDRAWI_DIRECTDRAW_LCL
authorMagnus Olsen <magnus@greatlord.com>
Sun, 3 Dec 2006 00:17:56 +0000 (00:17 +0000)
committerMagnus Olsen <magnus@greatlord.com>
Sun, 3 Dec 2006 00:17:56 +0000 (00:17 +0000)
svn path=/trunk/; revision=25022

reactos/dll/directx/ddraw/startup.c

index 79653bc..fc325c2 100644 (file)
@@ -960,7 +960,12 @@ Create_DirectDraw (LPGUID pGUID,
        This->lpLcl->dwIMEState = 0;
        This->lpLcl->dwLocalFlags = DDRAWILCL_DIRECTDRAW7;
        This->lpLcl->dwLocalRefCnt = 0;
-       This->lpLcl->dwObsolete1 = 0;
+       /* 
+       do not rest this flag to NULL it need be unistae for some reason other wise 
+       somet thing will crash dwObsolete1 seam being use for something this was a 
+       supriese for me
+    */
+    //This->lpLcl->dwObsolete1 = 0;
        This->lpLcl->dwPreferredMode = 0;
        This->lpLcl->dwProcessId = 0;
        This->lpLcl->dwUnused0 = 0;