fix "AutoPlay remains on for normal play even if it's only togglable in the editor."

This commit is contained in:
Chris Danford
2006-04-25 01:31:26 +00:00
parent 41197493b4
commit 329d1397c0
+3
View File
@@ -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 )
{