Skip to content

Commit

Permalink
SSR ranking reloading
Browse files Browse the repository at this point in the history
  • Loading branch information
nico-abram authored Jan 16, 2017
1 parent 429afca commit 72dd7a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ScreenEvaluation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -793,6 +793,8 @@ bool ScreenEvaluation::MenuStart( const InputEventPlus &input )

void ScreenEvaluation::HandleMenuStart()
{
Profile *prof = PROFILEMAN->GetProfile( static_cast<PlayerNumber>(0) );
prof->CalcAllTopSSRs( (prof->topSSRStepIds[0]).size() );
StartTransitioningScreen( SM_GoToNextScreen );
}

Expand Down

0 comments on commit 72dd7a1

Please sign in to comment.