From e3b8969de3ba6cc57322449988c63884ba663165 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 13 Jan 2006 05:58:46 +0000 Subject: [PATCH] direct --- stepmania/src/ScreenEdit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/ScreenEdit.cpp b/stepmania/src/ScreenEdit.cpp index ee9c59fc73..6229824ca3 100644 --- a/stepmania/src/ScreenEdit.cpp +++ b/stepmania/src/ScreenEdit.cpp @@ -2021,7 +2021,7 @@ void ScreenEdit::TransitionEditState( EditState em ) GAMESTATE->ResetOriginalSyncData(); /* Stop displaying course attacks, if any, and return to the player's defaults. */ - GAMESTATE->RemoveAllActiveAttacks(); + GAMESTATE->m_pPlayerState[PLAYER_1]->RemoveActiveAttacks(); GAMESTATE->m_pPlayerState[PLAYER_1]->RebuildPlayerOptionsFromActiveAttacks(); /* Snap to current options. */