diff --git a/stepmania/src/PlayerStageStats.cpp b/stepmania/src/PlayerStageStats.cpp index 0aab496cea..3d2e01b058 100644 --- a/stepmania/src/PlayerStageStats.cpp +++ b/stepmania/src/PlayerStageStats.cpp @@ -472,7 +472,7 @@ int PlayerStageStats::GetComboAtStartOfStage() const bool PlayerStageStats::FullComboOfScore( TapNoteScore tnsAllGreaterOrEqual ) const { - ASSERT( tnsAllGreaterOrEqual >= TNS_W3 ); + ASSERT( tnsAllGreaterOrEqual >= TNS_W5 ); ASSERT( tnsAllGreaterOrEqual <= TNS_W1 ); // If missed any holds, then it's not a full combo