This commit is contained in:
Glenn Maynard
2006-12-23 10:33:53 +00:00
parent 98a3d5f856
commit ec08155a86
-3
View File
@@ -332,9 +332,6 @@ void RageSound::StartPlaying()
void RageSound::StopPlaying()
{
if( !m_bPlaying )
return;
/* Tell the sound driver to stop mixing this sound. */
SOUNDMAN->StopMixing(this);
}