From db674f125fb24a3b0a34fd298a7e62e694425a7e Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 19 Jan 2007 02:40:07 +0000 Subject: [PATCH] init normally, with the rest --- stepmania/src/arch/Sound/RageSoundDriver_Generic_Software.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/stepmania/src/arch/Sound/RageSoundDriver_Generic_Software.cpp b/stepmania/src/arch/Sound/RageSoundDriver_Generic_Software.cpp index 2fc5636853..0671164815 100644 --- a/stepmania/src/arch/Sound/RageSoundDriver_Generic_Software.cpp +++ b/stepmania/src/arch/Sound/RageSoundDriver_Generic_Software.cpp @@ -437,8 +437,7 @@ void RageSoundDriver::SetDecodeBufferSize( int iFrames ) RageSoundDriver::RageSoundDriver(): m_Mutex("RageSoundDriver"), - m_SoundListMutex("SoundListMutex"), - m_iMaxHardwareFrame(0LL) + m_SoundListMutex("SoundListMutex") { m_bShutdownDecodeThread = false; m_iMaxHardwareFrame = 0;