diff --git a/stepmania/src/PlayerStageStats.cpp b/stepmania/src/PlayerStageStats.cpp index bebb9f9e3f..8c8322075e 100644 --- a/stepmania/src/PlayerStageStats.cpp +++ b/stepmania/src/PlayerStageStats.cpp @@ -498,7 +498,7 @@ PlayerStageStats::Combo_t PlayerStageStats::GetMaxCombo() const return m_ComboList[m]; } -int PlayerStageStats::GetComboAtStartOfStage() const +int PlayerStageStats::GetComboAtStartOfStage() const { if( m_ComboList.empty() ) return 0;