From 329d1397c0626bac1782186ec4e37b832e4d02fa Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Tue, 25 Apr 2006 01:31:26 +0000 Subject: [PATCH] fix "AutoPlay remains on for normal play even if it's only togglable in the editor." --- stepmania/src/ScreenEdit.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stepmania/src/ScreenEdit.cpp b/stepmania/src/ScreenEdit.cpp index a2a96564b4..73ba82733c 100644 --- a/stepmania/src/ScreenEdit.cpp +++ b/stepmania/src/ScreenEdit.cpp @@ -2331,6 +2331,9 @@ void ScreenEdit::HandleScreenMessage( const ScreenMessage SM ) else if( SM == SM_GoToNextScreen ) { GAMESTATE->m_EditMode = EditMode_INVALID; + + // HACK to fix "AutoPlay remains on for normal play even if it's only togglable in the editor." + PREFSMAN->m_AutoPlay.Set( PC_HUMAN ); } else if( SM == SM_BackFromMainMenu ) {