don't lose HoldNoteResult when converting to/from 2sAnd3s

This commit is contained in:
Glenn Maynard
2005-01-23 17:17:24 +00:00
parent 4ad39097ef
commit 18e32dbda4
3 changed files with 24 additions and 17 deletions
+2 -2
View File
@@ -581,8 +581,8 @@ void NoteField::DrawPrimitives()
continue; // skip
}
const bool bIsActive = hn.bActive;
const bool bIsHoldingNote = hn.bHeld;
const bool bIsActive = hn.result.bActive;
const bool bIsHoldingNote = hn.result.bHeld;
if( bIsActive )
SearchForSongBeat()->m_GhostArrowRow.SetHoldIsActive( hn.iTrack );