Use generic names for TapNoteScore values since they are treated genericly by the code.
Theme changes coming...
This commit is contained in:
@@ -27,7 +27,7 @@ private:
|
||||
|
||||
AutoActor m_pReceptorWaiting;
|
||||
AutoActor m_pReceptorGo;
|
||||
apActorCommands m_sScoreCommand[NUM_TAP_NOTE_SCORES];
|
||||
apActorCommands m_sScoreCommand[NUM_TapNoteScore];
|
||||
|
||||
AutoActor m_pPressBlock;
|
||||
bool m_bIsPressed;
|
||||
|
||||
Reference in New Issue
Block a user