Skip to content

Commit

Permalink
allow failgrades through to rescore, they are handled now
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed May 19, 2020
1 parent ab0f22d commit 53a19a5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Etterna/Singletons/ScoreManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -793,8 +793,7 @@ ScoresAtRate::LoadFromNode(const XNode* node,
// sort of makes sense from a user convenience aspect to allow this, it
// definitely does not make sense from a clarity or consistency
// perspective
if ((oldcalc || getremarried) && SONGMAN->IsChartLoaded(ck)
&& scores[sk].GetWifeGrade() != Grade_Failed)
if ((oldcalc || getremarried) && SONGMAN->IsChartLoaded(ck))
SCOREMAN->scorestorecalc.emplace_back(&scores[sk]);
}
}
Expand Down

0 comments on commit 53a19a5

Please sign in to comment.