move NoteUpcoming message playing into ReceptorArrow

This commit is contained in:
Chris Danford
2008-06-07 01:12:39 +00:00
parent 1414ff7c19
commit 059ae3868f
3 changed files with 8 additions and 1 deletions
+5
View File
@@ -61,6 +61,11 @@ void ReceptorArrow::Step( TapNoteScore score )
m_pReceptor->PlayCommand( Capitalize(sJudge) );
}
void ReceptorArrow::SetNoteUpcoming( bool b )
{
m_pReceptor->PlayCommand( b ? "ShowNoteUpcoming" : "HideNoteUpcoming" );
}
/*
* (c) 2001-2004 Ben Nordstrom, Chris Danford
* All rights reserved.