add note color support for Tap Addition

This commit is contained in:
Chris Danford
2003-12-29 03:51:15 +00:00
parent d5f638d5d9
commit 4b3af8bd5c
4 changed files with 37 additions and 15 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ protected:
#define NOTE_COLOR_IMAGES 8
Actor* m_pTapNote[NOTE_COLOR_IMAGES];
Actor* m_pTapAddition;
Actor* m_pTapAddition[NOTE_COLOR_IMAGES];
Actor* m_pTapMine;
Actor* m_pHoldHeadActive[NOTE_COLOR_IMAGES];
Actor* m_pHoldHeadInactive[NOTE_COLOR_IMAGES];