diff --git a/stepmania/src/ScreenEdit.cpp b/stepmania/src/ScreenEdit.cpp index 3ec05bbb0c..cf27d23451 100644 --- a/stepmania/src/ScreenEdit.cpp +++ b/stepmania/src/ScreenEdit.cpp @@ -298,6 +298,7 @@ ScreenEdit::ScreenEdit( CString sName ) : Screen( sName ) if( NOTESKIN->DoesNoteSkinExist("note") ) GAMESTATE->m_PlayerOptions[PLAYER_1].m_sNoteSkin = "note"; // change noteskin before loading all of the edit Actors GAMESTATE->ResetNoteSkins(); + GAMESTATE->StoreSelectedOptions(); m_BGAnimation.LoadFromAniDir( THEME->GetPathToB("ScreenEdit background") );