This commit is contained in:
Glenn Maynard
2004-01-22 02:37:48 +00:00
parent 291aa11f48
commit f0d0734817
+2 -3
View File
@@ -207,11 +207,10 @@ ScreenEvaluation::ScreenEvaluation( CString sClassName ) : Screen(sClassName)
best_grade = min( best_grade, grade[p] );
// if its extra stage, update # passed stages
if (PREFSMAN->m_bUseUnlockSystem &&
(GAMESTATE->IsExtraStage() || GAMESTATE->IsExtraStage2() ) &&
if ( (GAMESTATE->IsExtraStage() || GAMESTATE->IsExtraStage2() ) &&
grade[p] > GRADE_FAILED &&
m_Type != summary)
UNLOCKSYS->UnlockClearExtraStage();
UNLOCKSYS->UnlockClearExtraStage();
}