Skip to content

Commit

Permalink
Force update current chart leaderboard entering musicselect
Browse files Browse the repository at this point in the history
  • Loading branch information
poco0317 committed Oct 9, 2018
1 parent 239250d commit 982b319
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/ScreenSelectMusic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,10 @@ ScreenSelectMusic::BeginScreen()
GAMESTATE->isplaylistcourse = false;
SONGMAN->playlistcourse = "";
}
if (GAMESTATE->m_pCurSteps[PLAYER_1] != nullptr)
DLMAN->RequestChartLeaderBoard(
GAMESTATE->m_pCurSteps[PLAYER_1]->GetChartKey());


ScreenWithMenuElements::BeginScreen();
}
Expand Down

0 comments on commit 982b319

Please sign in to comment.