This commit is contained in:
Alberto Ramos
2010-08-21 19:12:50 -06:00
parent 78d2781265
commit 2f09a178c5
3 changed files with 0 additions and 9 deletions
-7
View File
@@ -91,13 +91,6 @@ void GhostArrowRow::DrawPrimitives()
m_Ghost[c]->Draw();
}
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()) );
//HURR
//m_Ghost[iCol]->PlayCommand("TapNone");
}
void GhostArrowRow::DidTapNote( int iCol, TapNoteScore tns, bool bBright )
{
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()) );