From 72dd7a1b782a67c192dd4bda3693c9f055a07b14 Mon Sep 17 00:00:00 2001 From: Nickito12 Date: Mon, 16 Jan 2017 14:48:47 -0300 Subject: [PATCH] SSR ranking reloading --- src/ScreenEvaluation.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ScreenEvaluation.cpp b/src/ScreenEvaluation.cpp index b82e12c804..1f121fcb8d 100644 --- a/src/ScreenEvaluation.cpp +++ b/src/ScreenEvaluation.cpp @@ -793,6 +793,8 @@ bool ScreenEvaluation::MenuStart( const InputEventPlus &input ) void ScreenEvaluation::HandleMenuStart() { + Profile *prof = PROFILEMAN->GetProfile( static_cast(0) ); + prof->CalcAllTopSSRs( (prof->topSSRStepIds[0]).size() ); StartTransitioningScreen( SM_GoToNextScreen ); }