do judgements in Lua
remove bShowJudgment; use a different sType for dummies and blank the elements if wanted
This commit is contained in:
@@ -26,7 +26,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, true );
|
||||
pi.m_pPlayer = new Player( mpi.m_NoteData, pn == mpn );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user