From efb0c6f64a2ae866205b6dccb6e739e9a25f42d7 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 2 Feb 2006 01:24:17 +0000 Subject: [PATCH] disable STATE_RECORDING_PAUSED for now --- stepmania/src/ScreenEdit.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stepmania/src/ScreenEdit.cpp b/stepmania/src/ScreenEdit.cpp index 7fefabcebb..da74d9fca1 100644 --- a/stepmania/src/ScreenEdit.cpp +++ b/stepmania/src/ScreenEdit.cpp @@ -1912,6 +1912,7 @@ void ScreenEdit::TransitionEditState( EditState em ) if( old == STATE_RECORDING_PAUSED && em == STATE_PLAYING ) m_bReturnToRecordMenuAfterPlay = true; +#if 0 // // If switching out of record, open the menu. // @@ -1926,6 +1927,7 @@ void ScreenEdit::TransitionEditState( EditState em ) if( bGoToRecordMenu ) em = STATE_RECORDING_PAUSED; } +#endif /* If we're playing music, sample music or assist ticks when changing modes, stop. */ SOUND->StopMusic();