From 8b15de1a054a39cfd8e963ebf108cef03f5d30a9 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 1 Feb 2006 06:22:35 +0000 Subject: [PATCH] fix note skin changing in the editor menu --- stepmania/src/ScreenEdit.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/stepmania/src/ScreenEdit.cpp b/stepmania/src/ScreenEdit.cpp index 03edd84eb2..7fefabcebb 100644 --- a/stepmania/src/ScreenEdit.cpp +++ b/stepmania/src/ScreenEdit.cpp @@ -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(); }