From eec39d036d196b8a2286ab81b19d40d89d990d7b Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 2 Nov 2002 22:46:15 +0000 Subject: [PATCH] use GetHoldNote --- stepmania/src/NoteDataWithScoring.cpp | 2 +- stepmania/src/NoteField.cpp | 2 +- stepmania/src/Player.cpp | 8 ++++---- stepmania/src/ScreenEdit.cpp | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/stepmania/src/NoteDataWithScoring.cpp b/stepmania/src/NoteDataWithScoring.cpp index 5a67f842fa..c8f7a03e73 100644 --- a/stepmania/src/NoteDataWithScoring.cpp +++ b/stepmania/src/NoteDataWithScoring.cpp @@ -89,7 +89,7 @@ int NoteDataWithScoring::GetNumHoldNotesWithScore( HoldNoteScore hns, const floa for( int i=0; i= hn.m_fStartBeat && fSongBeat <= hn.m_fEndBeat ) // the cursor lies within this HoldNote {