This commit is contained in:
Glenn Maynard
2004-07-17 22:20:42 +00:00
parent da775dbd3e
commit 9f4f314f7a
+1
View File
@@ -665,6 +665,7 @@ void RageSound::SoundIsFinishedPlaying()
RageSound *RageSound::Play( const RageSoundParams *params )
{
ASSERT( Sample );
return SOUNDMAN->PlaySound( *this, params );
}