From 303c448c375c6288fc803c1cbae3faf5f80ccd3b Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 23 Mar 2007 01:45:07 +0000 Subject: [PATCH] allow W4, W5 --- stepmania/src/PlayerStageStats.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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