move GetEvalStageStats into StatsManager

Add GetAccumStageStats
This commit is contained in:
Chris Danford
2005-02-16 19:40:09 +00:00
parent 6e8d275da1
commit ad3c10f251
5 changed files with 84 additions and 44 deletions
+3 -1
View File
@@ -202,11 +202,13 @@ void ScreenEvaluation::Init()
//
// Figure out which statistics and songs we're going to display
//
STATSMAN->CalcAccumStageStats();
StageStats stageStats;
switch( m_Type )
{
case summary:
GAMESTATE->GetFinalEvalStats( stageStats );
STATSMAN->GetFinalEvalStageStats( stageStats );
break;
case stage:
case course: