Skip to content

Commit

Permalink
set judgescale to 1 (j4) for 3.9 imports
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Jun 2, 2017
1 parent d0847ce commit 6cbd15e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/HighScore.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -521,6 +521,9 @@ void HighScoreImpl::LoadFromNode(const XNode *pNode)

// auto validate 3.95 imports for now
bEtternaValid = true;

// have to assume j4
fJudgeScale = 1.f;
}

if (ScoreKey == "")
Expand Down

0 comments on commit 6cbd15e

Please sign in to comment.