add remove memory card graphic to ScreenEnding

This commit is contained in:
Chris Danford
2004-01-07 04:37:00 +00:00
parent a6573c2870
commit 40d0062120
5 changed files with 208 additions and 2 deletions
+3
View File
@@ -63,6 +63,9 @@ void GhostArrow::Step( TapNoteScore score )
{
for( int i=0; i<NUM_TAP_NOTE_SCORES; i++ )
{
// HACK: never hide the mine explosion
if( i == TNS_HIT_MINE )
continue;
m_spr[i].StopTweening();
m_spr[i].SetHidden( true );
}