diff --git a/stepmania/src/ScreenOptionsManageEditSteps.cpp b/stepmania/src/ScreenOptionsManageEditSteps.cpp index 3feac6f7d2..63e204a0eb 100644 --- a/stepmania/src/ScreenOptionsManageEditSteps.cpp +++ b/stepmania/src/ScreenOptionsManageEditSteps.cpp @@ -60,7 +60,7 @@ void ScreenOptionsManageEditSteps::BeginScreen() SONGMAN->FreeAllLoadedFromProfile( ProfileSlot_Machine ); SONGMAN->LoadAllFromProfileDir( PROFILEMAN->GetProfileDir(ProfileSlot_Machine), ProfileSlot_Machine ); GAMESTATE->m_pCurSong.Set( NULL ); - GAMESTATE->m_pCurSteps[0].Set( NULL ); + GAMESTATE->m_pCurSteps[PLAYER_1].Set( NULL ); vector vHands;