diff --git a/stepmania/src/ScreenGameplay.cpp b/stepmania/src/ScreenGameplay.cpp index 5b236eed3e..7b97b52ebb 100644 --- a/stepmania/src/ScreenGameplay.cpp +++ b/stepmania/src/ScreenGameplay.cpp @@ -1663,6 +1663,9 @@ void ScreenGameplay::HandleScreenMessage( const ScreenMessage SM ) // received while STATE_DANCING case SM_NotesEnded: { + /* Need to Finish before calling GetActualRadarValue, for GetMaxCombo. */ + GAMESTATE->m_CurStageStats.Finish(); + // save any statistics int p; for( p=0; p