forget clear a value in gdientry2

svn path=/trunk/; revision=26062
This commit is contained in:
Magnus Olsen 2007-03-11 14:01:22 +00:00
parent 6b126a39a9
commit b860835afa

View file

@ -473,6 +473,7 @@ DdQueryDirectDrawObject(LPDDRAWI_DIRECTDRAW_GBL pDirectDrawGlobal,
RtlZeroMemory(&D3dCallbacks, sizeof(D3DNTHAL_CALLBACKS));
RtlZeroMemory(&D3dDriverData, sizeof(D3DNTHAL_GLOBALDRIVERDATA));
RtlZeroMemory(&D3dBufferCallbacks, sizeof(DD_D3DBUFCALLBACKS));
RtlZeroMemory(CallbackFlags, sizeof(DWORD)*3);
/* Check if we got a list pointer */
if (pvmList)