diff --git a/stepmania/src/GameState.cpp b/stepmania/src/GameState.cpp index d7a5523430..bcaf0b9fbf 100644 --- a/stepmania/src/GameState.cpp +++ b/stepmania/src/GameState.cpp @@ -987,6 +987,7 @@ void GameState::GetRankingFeats( PlayerNumber pn, vector &asFeatsO ASSERT( sas.pSteps ); vSongAndSteps.push_back( sas ); } + CHECKPOINT; sort( vSongAndSteps.begin(), vSongAndSteps.end() );