Fix: Stage Failed Evaluation Screens Should Now Display Correctly (AGAIN)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user