From 97d3ae248d67f3947a0bce5e56f595fcb996c513 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 19 Dec 2002 04:13:35 +0000 Subject: [PATCH] (not turning this on yet) --- stepmania/src/ScreenGameplay.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stepmania/src/ScreenGameplay.cpp b/stepmania/src/ScreenGameplay.cpp index b6cc1c8408..b9ea640d6c 100644 --- a/stepmania/src/ScreenGameplay.cpp +++ b/stepmania/src/ScreenGameplay.cpp @@ -462,6 +462,9 @@ ScreenGameplay::ScreenGameplay() LoadNextSong( true ); + /* Keep the music playing after it's finished; we'll stop it. */ + // XXX m_soundMusic.SetAutoStop(false); + if( GAMESTATE->m_bDemonstration ) { m_StarWipe.SetOpened();