From a92d8a244d61bd489bd390357ed58619b24d8ad7 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Sun, 9 Jul 2006 20:15:51 +0000 Subject: [PATCH] Remove all notes except for that player's. --- stepmania/src/ScreenGameplay.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/stepmania/src/ScreenGameplay.cpp b/stepmania/src/ScreenGameplay.cpp index 3388fc411b..64559e390a 100644 --- a/stepmania/src/ScreenGameplay.cpp +++ b/stepmania/src/ScreenGameplay.cpp @@ -961,7 +961,9 @@ void ScreenGameplay::SetupSong( int iSongIndex ) /* Update attack bOn flags. */ pi->GetPlayerState()->Update(0); } - + + if( pi->m_pn != PLAYER_INVALID ) + NoteDataUtil::RemoveAllButPlayer( ndTransformed, pi->m_pn ); // load player {