From 7a87b1f7ef4133996a0cabb7be7588edb2acf0e8 Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Tue, 28 Mar 2006 21:28:56 +0000 Subject: [PATCH] fix noteskin not set on playback --- stepmania/src/ScreenEdit.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stepmania/src/ScreenEdit.cpp b/stepmania/src/ScreenEdit.cpp index a64fe12a62..18f0bb013e 100644 --- a/stepmania/src/ScreenEdit.cpp +++ b/stepmania/src/ScreenEdit.cpp @@ -2156,6 +2156,9 @@ void ScreenEdit::TransitionEditState( EditState em ) { case STATE_PLAYING: { + GAMESTATE->RestoreSelectedOptions(); + GAMESTATE->StoreStageOptions(); + /* If we're in course display mode, set that up. */ SetupCourseAttacks();