From f55f7e0a08898ba0c016ee9c8abbcedc42e101a7 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 23 Jan 2005 05:15:18 +0000 Subject: [PATCH] NoteData::LoadTransformed fix --- stepmania/src/NoteData.cpp | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/stepmania/src/NoteData.cpp b/stepmania/src/NoteData.cpp index c5800f409b..dd6944a298 100644 --- a/stepmania/src/NoteData.cpp +++ b/stepmania/src/NoteData.cpp @@ -311,8 +311,6 @@ void NoteData::AddHoldNote( HoldNote add ) ASSERT( add.iStartRow>=0 && add.iEndRow>=0 ); // look for other hold notes that overlap and merge them - // XXX: this is done implicitly with 4s, but 4s uses this function. - // Rework this later. for( int i=0; iAddHoldNote( hn ); } }