Compile fix.

This commit is contained in:
NeoBrainX 2011-09-09 16:30:29 +02:00
parent e4b358d0a7
commit 125c11cce9

View file

@ -99,8 +99,8 @@ Renderer::~Renderer()
if (g_ActiveConfig.bDumpFrames && bLastFrameDumped && bAVIDumping)
AVIDump::Stop();
#else
if (f_pFrameDump.IsOpen())
f_pFrameDump.Close();
if (pFrameDump.IsOpen())
pFrameDump.Close();
#endif
delete[] frame_data;
}