Enums for TapNoteType, TapNoteSubType, and TapNoteSource
I intend to make additional useful information available on judgments, such as TapNoteType and TapNoteSubType( for hold judgments ). I am submitting this part as a separate pull request because it is more generally applicable to anything TapNote related.
This commit is contained in:
@@ -352,7 +352,7 @@ void BeginnerHelper::Update( float fDeltaTime )
|
||||
int iStep = 0;
|
||||
const int iNumTracks = m_NoteData[pn].GetNumTracks();
|
||||
for( int t=0; t<iNumTracks; t++ )
|
||||
if( m_NoteData[pn].GetTapNote(t,iRow).type == TapNote::tap )
|
||||
if( m_NoteData[pn].GetTapNote(t,iRow).type == TapNoteType_Tap )
|
||||
iStep |= 1 << t;
|
||||
|
||||
// Assign new data
|
||||
|
||||
Reference in New Issue
Block a user