From d038d2446ed0c29ac6862fc2f65074508d4e2322 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 21 Jul 2005 03:09:33 +0000 Subject: [PATCH] TransitionEditState does this --- stepmania/src/ScreenEdit.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/stepmania/src/ScreenEdit.cpp b/stepmania/src/ScreenEdit.cpp index 38127791dc..31408dbbcb 100644 --- a/stepmania/src/ScreenEdit.cpp +++ b/stepmania/src/ScreenEdit.cpp @@ -847,10 +847,7 @@ void ScreenEdit::Update( float fDeltaTime ) } if( GAMESTATE->m_fSongBeat > fLastBeat ) - { TransitionEditState( STATE_EDITING ); - GAMESTATE->m_fSongBeat = NoteRowToBeat( m_iStartPlayingAt ); - } }