Remove all notes except for that player's.

This commit is contained in:
Steve Checkoway
2006-07-09 20:15:51 +00:00
parent 4a324be6dd
commit a92d8a244d
+3 -1
View File
@@ -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
{