From da30ea7def70ea92085593130e7a60bb92bc34e8 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 24 Feb 2005 21:44:08 +0000 Subject: [PATCH] assert --- stepmania/src/ScreenGameplay.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/stepmania/src/ScreenGameplay.cpp b/stepmania/src/ScreenGameplay.cpp index 4ec93542cb..d682009f8e 100644 --- a/stepmania/src/ScreenGameplay.cpp +++ b/stepmania/src/ScreenGameplay.cpp @@ -1128,6 +1128,7 @@ float ScreenGameplay::StartPlayingSong(float MinTimeToNotes, float MinTimeToMusi p.StopMode = RageSoundParams::M_CONTINUE; p.m_StartSecond = fStartSecond; + ASSERT( !m_pSoundMusic->IsPlaying() ); m_pSoundMusic->Play( &p ); /* Make sure GAMESTATE->m_fMusicSeconds is set up. */