WIN: Fix some more uninitialized variable issues

This commit is contained in:
darkstar
2018-02-21 22:48:09 +01:00
parent d66f26ae8b
commit c832d0a91b
3 changed files with 5 additions and 5 deletions

View File

@@ -288,7 +288,7 @@ d3d_blit(int x, int y, int y1, int y2, int w, int h)
{
HRESULT hr = D3D_OK;
HRESULT hbsr = D3D_OK;
VOID* pVoid;
VOID* pVoid = 0;
D3DLOCKED_RECT dr;
RECT r;
int yy;