fix note skin changing in the editor menu

This commit is contained in:
Glenn Maynard
2006-02-01 06:22:35 +00:00
parent 73b126e89d
commit 8b15de1a05
+4
View File
@@ -2240,6 +2240,10 @@ void ScreenEdit::HandleScreenMessage( const ScreenMessage SM )
// Store the new options, so they stick when we RebuildPlayerOptionsFromActiveAttacks.
GAMESTATE->StoreSelectedOptions();
// The options may have changed the note skin.
m_NoteFieldRecord.CacheAllUsedNoteSkins();
m_Player.CacheAllUsedNoteSkins();
// stop any music that screen may have been playing
SOUND->StopMusic();
}