From 9f4f314f7a4b505ab10b4eabb5001e96be57624f Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 17 Jul 2004 22:20:42 +0000 Subject: [PATCH] assert --- stepmania/src/RageSound.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/stepmania/src/RageSound.cpp b/stepmania/src/RageSound.cpp index c09def807b..ff5896dd3d 100644 --- a/stepmania/src/RageSound.cpp +++ b/stepmania/src/RageSound.cpp @@ -665,6 +665,7 @@ void RageSound::SoundIsFinishedPlaying() RageSound *RageSound::Play( const RageSoundParams *params ) { + ASSERT( Sample ); return SOUNDMAN->PlaySound( *this, params ); }