simplify
This commit is contained in:
@@ -332,9 +332,6 @@ void RageSound::StartPlaying()
|
|||||||
|
|
||||||
void RageSound::StopPlaying()
|
void RageSound::StopPlaying()
|
||||||
{
|
{
|
||||||
if( !m_bPlaying )
|
|
||||||
return;
|
|
||||||
|
|
||||||
/* Tell the sound driver to stop mixing this sound. */
|
/* Tell the sound driver to stop mixing this sound. */
|
||||||
SOUNDMAN->StopMixing(this);
|
SOUNDMAN->StopMixing(this);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user