hide more

This commit is contained in:
Glenn Maynard
2005-08-12 03:10:53 +00:00
parent 2b1b57b81f
commit 095513c3d7
4 changed files with 28 additions and 24 deletions
+2 -2
View File
@@ -910,8 +910,8 @@ void ScreenEvaluation::CommitScores(
hs.SetTapNoteScore( tns, stageStats.m_player[p].iTapNoteScores[tns] );
FOREACH_HoldNoteScore( hns )
hs.SetHoldNoteScore( hns, stageStats.m_player[p].iHoldNoteScores[hns] );
hs.radarValues = stageStats.m_player[p].radarActual;
hs.fLifeRemainingSeconds = stageStats.m_player[p].fLifeRemainingSeconds;
hs.SetRadarValues( stageStats.m_player[p].radarActual );
hs.SetLifeRemainingSeconds( stageStats.m_player[p].fLifeRemainingSeconds );
StepsType st = GAMESTATE->GetCurrentStyle()->m_StepsType;