fixed interaction between arrow brightness and boomerang

fixing more course problems
This commit is contained in:
Chris Danford
2003-02-17 02:45:30 +00:00
parent 91d5ac72a2
commit 5028fab1bc
22 changed files with 442 additions and 342 deletions
+2 -2
View File
@@ -15,7 +15,7 @@
#include "RageSound.h"
#include "GameConstantsAndTypes.h"
#include "MusicWheel.h"
#include "CourseContentsFrame.h"
#include "CourseContentsList.h"
#include "MenuElements.h"
#include "FadingBanner.h"
@@ -49,7 +49,7 @@ protected:
FadingBanner m_Banner;
BitmapText m_textNumSongs;
BitmapText m_textTime;
CourseContentsFrame m_CourseContentsFrame;
CourseContentsList m_CourseContentsFrame;
Sprite m_sprHighScoreFrame[NUM_PLAYERS];
ScoreDisplayNormal m_HighScore[NUM_PLAYERS];
BitmapText m_textPlayerOptions[NUM_PLAYERS];