Initialize to zero.

This commit is contained in:
Steve Checkoway
2006-12-30 04:23:24 +00:00
parent 45659961ce
commit c7baf0f7bd
@@ -439,7 +439,8 @@ void RageSoundDriver::SetDecodeBufferSize( int iFrames )
RageSoundDriver::RageSoundDriver():
m_Mutex("RageSoundDriver"),
m_SoundListMutex("SoundListMutex")
m_SoundListMutex("SoundListMutex"),
m_iMaxHardwareFrame(0LL)
{
m_bShutdownDecodeThread = false;
SetDecodeBufferSize( 4096 );