From 4ec405f13b34974c272c1d36debcbad80b186f25 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 22 Jul 2005 00:14:24 +0000 Subject: [PATCH] IsHoldNoteAtBeat -> IsHoldNoteAtRow --- stepmania/src/NoteData.cpp | 6 +++--- stepmania/src/NoteData.h | 2 +- stepmania/src/NoteDataUtil.cpp | 20 ++++++++++---------- stepmania/src/NoteDataWithScoring.cpp | 2 +- stepmania/src/Player.cpp | 4 ++-- stepmania/src/ScreenEdit.cpp | 4 ++-- stepmania/src/ScreenGameplay.cpp | 4 ++-- 7 files changed, 21 insertions(+), 21 deletions(-) diff --git a/stepmania/src/NoteData.cpp b/stepmania/src/NoteData.cpp index 98e8eec509..2aa565f3ad 100644 --- a/stepmania/src/NoteData.cpp +++ b/stepmania/src/NoteData.cpp @@ -338,7 +338,7 @@ void NoteData::AddHoldNote( int iTrack, int iStartRow, int iEndRow, TapNote tn ) } /* Return true if a hold note lies on or adjacent to the given spot. */ -bool NoteData::IsHoldNoteAtBeat( int iTrack, int iRow, int *pHeadRow ) const +bool NoteData::IsHoldNoteAtRow( int iTrack, int iRow, int *pHeadRow ) const { int iDummy; if( pHeadRow == NULL ) @@ -512,7 +512,7 @@ bool NoteData::RowNeedsAtLeastSimultaneousPresses( int iMinSimultaneousPresses, /* We have at least one, but not enough. Count holds. Do count adjacent holds. */ for( int t=0; t& addTo ) { for( int t=0; tWarn( "Unmatched 3 in \"%s\"", sMeasureLine.c_str() ); } @@ -372,8 +372,8 @@ void NoteDataUtil::LoadTransformedSlidingWindow( const NoteData &in, NoteData &o for( int t=0; t