From ecdd2c75b23e60d809f7ea07993d9fcefe339376 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 27 Nov 2003 23:44:32 +0000 Subject: [PATCH] Rendering tap colors down to 192ths is useless. --- stepmania/src/NoteDisplay.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/NoteDisplay.h b/stepmania/src/NoteDisplay.h index 1063bd4e9d..f1f67369f9 100644 --- a/stepmania/src/NoteDisplay.h +++ b/stepmania/src/NoteDisplay.h @@ -54,7 +54,7 @@ protected: struct NoteMetricCache_t *cache; -#define NOTE_COLOR_IMAGES 9 +#define NOTE_COLOR_IMAGES 8 Actor* m_pTapNote[NOTE_COLOR_IMAGES]; Actor* m_pTapAddition;