Need to work on this...

This commit is contained in:
Alberto Ramos
2010-08-21 18:58:46 -06:00
parent 2091f8c78e
commit 78d2781265
2 changed files with 10 additions and 17 deletions
+2 -1
View File
@@ -94,7 +94,8 @@ void GhostArrowRow::DrawPrimitives()
void GhostArrowRow::DidStep( int iCol )
{
ASSERT_M( iCol >= 0 && iCol < (int) m_Ghost.size(), ssprintf("assert(iCol %i >= 0 && iCol %i < (int)m_Ghost.size() %i) failed",iCol,iCol,(int)m_Ghost.size()) );
m_Ghost[iCol]->PlayCommand("TapNone");
//HURR
//m_Ghost[iCol]->PlayCommand("TapNone");
}
void GhostArrowRow::DidTapNote( int iCol, TapNoteScore tns, bool bBright )