Add on-screen graphics elements to represent non-joined players on music select screen

This commit is contained in:
Andrew Livy
2004-01-22 04:31:31 +00:00
parent 7fe3268d1a
commit 2b66e1590e
4 changed files with 29 additions and 1 deletions
+1 -1
View File
@@ -689,7 +689,7 @@ ScreenEvaluation::ScreenEvaluation( CString sClassName ) : Screen(sClassName)
for( unsigned i=0; i<g_vPlayedStageStats.size(); i++ )
iTotalScore += g_vPlayedStageStats[i].iScore[p];
iTotalScore += stageStats.iScore[p];
//iTotalScore += stageStats.iScore[p];
m_textTotalScore[p].LoadFromNumbers( THEME->GetPathToN("ScreenEvaluation totalscore") );
m_textTotalScore[p].EnableShadow( false );