From 86880827c37993b2ea5906e36cae3c7470bfee2e Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Mon, 21 Aug 2006 11:34:59 +0000 Subject: [PATCH] Use constant. --- stepmania/src/ScreenOptionsManageEditSteps.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;