File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2
Generals/Code/Libraries/Source/WWVegas/WW3D2 Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2403,7 +2403,7 @@ SurfaceClass * DX8Wrapper::_Get_DX8_Back_Buffer(unsigned int num)
24032403{
24042404 DX8_THREAD_ASSERT ();
24052405
2406- IDirect3DSurface8 * bb;
2406+ IDirect3DSurface8 * bb= NULL ;
24072407 SurfaceClass *surf=NULL ;
24082408 DX8CALL (GetBackBuffer (num,D3DBACKBUFFER_TYPE_MONO,&bb));
24092409 if (bb)
Original file line number Diff line number Diff line change @@ -3161,7 +3161,7 @@ SurfaceClass * DX8Wrapper::_Get_DX8_Back_Buffer(unsigned int num)
31613161{
31623162 DX8_THREAD_ASSERT ();
31633163
3164- IDirect3DSurface8 * bb;
3164+ IDirect3DSurface8 * bb= NULL ;
31653165 SurfaceClass *surf=NULL ;
31663166 DX8CALL (GetBackBuffer (num,D3DBACKBUFFER_TYPE_MONO,&bb));
31673167 if (bb)
You can’t perform that action at this time.
0 commit comments