Another warning, another bot test.

This commit is contained in:
Jason Felds
2011-05-12 15:32:09 -04:00
parent 1f51dec22c
commit 6f6e8edd30
+1 -1
View File
@@ -51,7 +51,7 @@ RageSound::RageSound():
m_Mutex( "RageSound" ), m_pSource(NULL),
m_sFilePath(""), m_Param(), m_iStreamFrame(0),
m_iStoppedSourceFrame(0), m_bPlaying(false),
m_sError(""), m_bDeleteWhenFinished(false)
m_bDeleteWhenFinished(false), m_sError("")
{
ASSERT( SOUNDMAN );
}