remove unused parameter

This commit is contained in:
Glenn Maynard
2002-10-24 05:15:47 +00:00
parent 22f53dd0ce
commit fcc020dd98
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -453,7 +453,7 @@ void Player::Step( int col )
}
}
if( bRowDestroyed )
OnRowDestroyed( col, iIndexOverlappingNote );
OnRowDestroyed( iIndexOverlappingNote );
}
}
@@ -461,7 +461,7 @@ void Player::Step( int col )
m_GrayArrowRow.Step( col );
}
void Player::OnRowDestroyed( int col, int iIndexThatWasSteppedOn )
void Player::OnRowDestroyed( int iIndexThatWasSteppedOn )
{
LOG->Trace( "Player::OnRowDestroyed" );