This commit is contained in:
Glenn Maynard
2005-07-21 20:42:56 +00:00
parent 61c42c4481
commit d5587f37d0
+2
View File
@@ -1807,6 +1807,7 @@ void ScreenEdit::TransitionEditState( EditState em )
case STATE_PLAYING: case STATE_PLAYING:
case STATE_RECORDING: case STATE_RECORDING:
{
GAMESTATE->ResetOriginalSyncData(); GAMESTATE->ResetOriginalSyncData();
/* Stop displaying course attacks, if any, and return to the player's defaults. */ /* Stop displaying course attacks, if any, and return to the player's defaults. */
@@ -1826,6 +1827,7 @@ void ScreenEdit::TransitionEditState( EditState em )
GAMESTATE->ResetNoteSkins(); GAMESTATE->ResetNoteSkins();
break; break;
}
default: default:
ASSERT(0); ASSERT(0);
} }