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
+2
View File
@@ -962,6 +962,8 @@ void ScreenGameplay::SetupSong( int iSongIndex )
pi->GetPlayerState()->Update(0);
}
if( pi->m_pn != PLAYER_INVALID )
NoteDataUtil::RemoveAllButPlayer( ndTransformed, pi->m_pn );
// load player
{