fix noteskin not set on playback

This commit is contained in:
Chris Danford
2006-03-28 21:28:56 +00:00
parent efbb6cfe52
commit 7a87b1f7ef
+3
View File
@@ -2156,6 +2156,9 @@ void ScreenEdit::TransitionEditState( EditState em )
{ {
case STATE_PLAYING: case STATE_PLAYING:
{ {
GAMESTATE->RestoreSelectedOptions();
GAMESTATE->StoreStageOptions();
/* If we're in course display mode, set that up. */ /* If we're in course display mode, set that up. */
SetupCourseAttacks(); SetupCourseAttacks();