Skip to content

Commit

Permalink
disable rescore function accessible via theme until crash is resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Jun 25, 2017
1 parent 91b859b commit 7be1b36
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 @@ -608,6 +608,9 @@ bool HighScore::LoadReplayData() {
if (m_Impl->vNoteRowVector.size() > 4 && m_Impl->vOffsetVector.size() > 4)
return true;

// disable until presumed race condition crash is resolved -mina
return false;

string profiledir;
vector<int> vNoteRowVector;
vector<float> vOffsetVector;
Expand Down

0 comments on commit 7be1b36

Please sign in to comment.