[br:Defualt] do not show incompletename entry;

add comment for addition notetype
This commit is contained in:
Jonathan Payne
2011-10-19 21:51:54 -07:00
parent 9385a71160
commit 978e916557
2 changed files with 11 additions and 2 deletions
+8 -1
View File
@@ -252,6 +252,7 @@ void NoteDisplay::Load( int iColNum, const PlayerState* pPlayerState, float fYRe
// "normal" note types
m_TapNote.Load( sButton, "Tap Note" );
//m_TapAdd.Load( sButton, "Tap Addition" );
m_TapMine.Load( sButton, "Tap Mine" );
m_TapLift.Load( sButton, "Tap Lift" );
m_TapFake.Load( sButton, "Tap Fake" );
@@ -744,7 +745,13 @@ void NoteDisplay::DrawTap(const TapNote& tn, int iCol, float fBeat,
{
Actor* pActor = NULL;
NotePart part = NotePart_Tap;
/*
if( tn.source == TapNote::addition )
{
pActor = GetTapActor( m_TapAddition, NotePart_Addition, fBeat );
part = NotePart_Addition;
}
*/
if( tn.type == TapNote::lift )
{
pActor = GetTapActor( m_TapLift, NotePart_Lift, fBeat );