Fix: Stage Failed Evaluation Screens Should Now Display Correctly (AGAIN)

This commit is contained in:
Andrew Livy
2004-01-28 19:34:07 +00:00
parent 68ff50636d
commit c693273ba4
+1
View File
@@ -152,6 +152,7 @@ ScreenEvaluation::ScreenEvaluation( CString sClassName ) : Screen(sClassName)
// Figure out which statistics and songs we're going to display // Figure out which statistics and songs we're going to display
// //
StageStats stageStats; StageStats stageStats;
stageStats = g_CurStageStats;
if(stageStats.AllFailed() ) // if everyone failed if(stageStats.AllFailed() ) // if everyone failed
m_bFailed = true; // flag it for this screen m_bFailed = true; // flag it for this screen