wined3d: Properly initialize a variable.
This commit is contained in:
parent
0eebab8652
commit
252a0a76d4
|
@ -2026,7 +2026,7 @@ HRESULT WINAPI IWineD3DSurfaceImpl_SaveSnapshot(IWineD3DSurface *iface, const ch
|
||||||
char *textureRow;
|
char *textureRow;
|
||||||
IWineD3DSwapChain *swapChain = NULL;
|
IWineD3DSwapChain *swapChain = NULL;
|
||||||
int width, height;
|
int width, height;
|
||||||
GLuint tmpTexture;
|
GLuint tmpTexture = 0;
|
||||||
DWORD color;
|
DWORD color;
|
||||||
/*FIXME:
|
/*FIXME:
|
||||||
Textures my not be stored in ->allocatedgMemory and a GlTexture
|
Textures my not be stored in ->allocatedgMemory and a GlTexture
|
||||||
|
|
Loading…
Reference in New Issue