pass TapNote to GhostArrowRow::SetHoldShowing

This commit is contained in:
Glenn Maynard
2007-05-13 16:15:11 +00:00
parent 6a665f43fb
commit 8ea63dbbd6
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -115,7 +115,7 @@ void GhostArrowRow::DidHoldNote( int iCol, HoldNoteScore hns, bool bBright )
m_Ghost[iCol]->PlayCommand( Capitalize(sJudge) );
}
void GhostArrowRow::SetHoldShowing( int iCol )
void GhostArrowRow::SetHoldShowing( int iCol, const TapNote &tn )
{
ASSERT( iCol >= 0 && iCol < (int) m_Ghost.size() );
m_bIsHoldShowing[iCol] = true;