Fixed pump noteskins due to some weird error related to twirl and roll mods

Added tap none command into noteskin explosions.
This commit is contained in:
Alberto Ramos
2010-08-21 18:47:59 -06:00
parent 72a30f4afe
commit 2091f8c78e
9 changed files with 26 additions and 16 deletions
+5
View File
@@ -91,6 +91,11 @@ 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()) );
m_Ghost[iCol]->PlayCommand("TapNone");
}
void GhostArrowRow::DidTapNote( int iCol, TapNoteScore tns, bool bBright )
{