Comments.

This commit is contained in:
Glenn Maynard
2002-08-24 22:49:10 +00:00
parent c6cfa14c1a
commit 3d84bc6135
3 changed files with 8 additions and 1 deletions
+2 -1
View File
@@ -295,7 +295,8 @@ void Player::Step( int col )
int iIndexOverlappingNote = -1; // leave as -1 if we don't find any
// Start at iIndexStartLookingAt and search outward. The first one note overlaps the player's hit (this is the closest match).
// Start at iIndexStartLookingAt and search outward. The first one note
// overlaps the player's hit (this is the closest match).
for( int delta=0; delta <= iNumElementsToExamine; delta++ )
{
int iCurrentIndexEarlier = iIndexStartLookingAt - delta;