Show judgments for all players. (They currently overlap but I think that's just metrics.)

This commit is contained in:
Steve Checkoway
2006-07-20 08:51:59 +00:00
parent 66012f7a35
commit df915a60ca
+1 -1
View File
@@ -25,7 +25,7 @@ void ScreenGameplayShared::FillPlayerInfo( vector<PlayerInfo> &vPlayerInfoOut )
pi.m_pPrimaryScoreDisplay = new ScoreDisplayNormal;
pi.m_pPrimaryScoreDisplay->Init( pPlayerState, pPlayerStageStats );
pi.m_pPrimaryScoreKeeper = new ScoreKeeperShared( pPlayerState, pPlayerStageStats );
pi.m_pPlayer = new Player( mpi.m_NoteData, pn == mpn, pn == mpn );
pi.m_pPlayer = new Player( mpi.m_NoteData, pn == mpn, true );
}
}