s/m_vPassedStageStats/m_vPlayedStageStats/g

This commit is contained in:
Glenn Maynard
2003-09-06 01:37:30 +00:00
parent 5ef82e798b
commit c7358e2cf9
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -201,7 +201,7 @@ public:
void ResetStageStatistics(); // Call this when it's time to play a new stage.
vector<StageStats> m_vPassedStageStats; // Only useful in Arcade for final evaluation
vector<StageStats> m_vPlayedStageStats; // Only useful in Arcade for final evaluation
// A song is only inserted here if at least one player passed.
// StageStats are added by the Evaluation screen