We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccf4584 commit 5d5cdeaCopy full SHA for 5d5cdea
2 files changed
Generals/Code/Libraries/Source/WWVegas/WW3D2/dx8wrapper.cpp
@@ -2403,7 +2403,7 @@ SurfaceClass * DX8Wrapper::_Get_DX8_Back_Buffer(unsigned int num)
2403
{
2404
DX8_THREAD_ASSERT();
2405
2406
- IDirect3DSurface8 * bb;
+ IDirect3DSurface8 * bb=NULL;
2407
SurfaceClass *surf=NULL;
2408
DX8CALL(GetBackBuffer(num,D3DBACKBUFFER_TYPE_MONO,&bb));
2409
if (bb)
GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/dx8wrapper.cpp
@@ -3161,7 +3161,7 @@ SurfaceClass * DX8Wrapper::_Get_DX8_Back_Buffer(unsigned int num)
3161
3162
3163
3164
3165
3166
3167
0 commit comments