From 14b4200f1b8befa2bac16ac89fc8041cec314327 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 26 Mar 2003 18:42:44 +0000 Subject: [PATCH] use IsRowComplete --- stepmania/src/Player.cpp | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) diff --git a/stepmania/src/Player.cpp b/stepmania/src/Player.cpp index 1b0eae9ada..c3a2c074f8 100644 --- a/stepmania/src/Player.cpp +++ b/stepmania/src/Player.cpp @@ -412,24 +412,8 @@ void Player::Step( int col ) } } - - - - if (score > TNS_NONE) - { - bool bRowDestroyed = true; - for( int t=0; t TNS_NONE && IsRowComplete(iIndexOverlappingNote, TNS_BOO) ) + OnRowDestroyed( score, iIndexOverlappingNote ); } if( !bDestroyedNote )