This commit is contained in:
Glenn Maynard
2003-12-18 00:36:59 +00:00
parent 86de9785c7
commit 8c9b513354
+2 -1
View File
@@ -315,7 +315,8 @@ void PlayerMinus::Update( float fDeltaTime )
if( bSteppedOnTapNote ) // this note is not judged and we stepped on its head
{
// Move the start of this Hold
m_pNoteField->GetHoldNote(i).iStartRow = min( iSongRow, m_pNoteField->GetHoldNote(i).iEndRow );
HoldNote &fhn = m_pNoteField->GetHoldNote(i);
fhn.iStartRow = min( iSongRow, fhn.iEndRow );
}
if( bSteppedOnTapNote && bIsHoldingButton )