WIN: Fix some more uninitialized variable issues
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user