Skip to content

Commit

Permalink
purge stupid 11111 ssrnormpercent flags with great prejudice
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Sep 25, 2017
1 parent f7a4311 commit e1ed93e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HighScore.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,7 @@ void HighScore::LoadFromNode( const XNode* pNode )
m_Impl->bEtternaValid = false;
}

if (m_Impl->fSSRNormPercent == 11111.f) {
if (m_Impl->fSSRNormPercent > 1000.f) {
if (m_Impl->grade != Grade_Failed)
m_Impl->fSSRNormPercent = RescoreToWifeJudgeDuringLoad(4);
else
Expand Down

0 comments on commit e1ed93e

Please sign in to comment.