Skip to content

Commit

Permalink
route gameplay score calc to 263
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed May 6, 2020
1 parent 07d3ce5 commit 5bb03c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Etterna/Models/Misc/PlayerStageStats.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include "Etterna/Singletons/GameState.h"
#include "Etterna/Singletons/LuaManager.h"
#include "Etterna/Globals/MinaCalc.h"
#include "Etterna/Globals/MinaCalcOld.h"
#include "Etterna/Models/NoteData/NoteData.h"
#include "PlayerStageStats.h"
#include "Etterna/Singletons/PrefsManager.h"
Expand Down Expand Up @@ -379,7 +380,7 @@ PlayerStageStats::CalcSSR(float ssrpercent) const
{
Steps* steps = GAMESTATE->m_pCurSteps;
float musicrate = GAMESTATE->m_SongOptions.GetCurrent().m_fMusicRate;
return MinaSDCalc(serializednd,
return MinaSDCalc_OLD(serializednd,
musicrate,
ssrpercent);
}
Expand Down

0 comments on commit 5bb03c8

Please sign in to comment.