add list of scores and judgments to multiplayer gameplay

This commit is contained in:
Chris Danford
2005-08-26 17:39:53 +00:00
parent 2d5e08f288
commit 9b307b198c
8 changed files with 523 additions and 133 deletions
@@ -12,10 +12,6 @@ ScreenGameplayMultiplayer::ScreenGameplayMultiplayer( CString sName ) : ScreenGa
void ScreenGameplayMultiplayer::Init()
{
ScreenGameplay::Init();
// force the dummy player into autoplay
PlayerInfo &pi = m_vPlayerInfo.back();
pi.LoadDummyP1(); // dummy autoplay NoteField
}
void ScreenGameplayMultiplayer::FillPlayerInfo( vector<PlayerInfo> &vPlayerInfoOut )