Prevent unitialised value warning
This commit is contained in:
parent
0afc92bf96
commit
8444f6f3ff
|
@ -5838,7 +5838,7 @@ HRESULT WINAPI XTL::EmuIDirect3DTexture8_LockRect
|
|||
");\n",
|
||||
GetCurrentThreadId(), pThis, Level, pLockedRect, pRect, Flags);
|
||||
|
||||
HRESULT hRet;
|
||||
HRESULT hRet = D3D_OK;
|
||||
|
||||
DbgPrintf("EmuD3D8 (0x%X): EmuIDirect3DTexture8_LockRect (pThis->Texture = 0x%8.8X)\n", GetCurrentThreadId(), pThis->EmuTexture8);
|
||||
|
||||
|
|
Loading…
Reference in New Issue