fixed a werid crash do not initate the member dwObsolete1 in LPDDRAWI_DIRECTDRAW_LCL

svn path=/trunk/; revision=25022
This commit is contained in:
Magnus Olsen 2006-12-03 00:17:56 +00:00
parent 073d96842d
commit aae91f0242

View 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;