Implement CDTitles using culling, so dimming always happens at the

right time.
This commit is contained in:
Glenn Maynard
2003-05-20 05:31:38 +00:00
parent 076b03f8fa
commit 5a01a6977e
2 changed files with 43 additions and 24 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ protected:
Sprite m_sprBannerFrame;
BPMDisplay m_BPMDisplay;
Sprite m_sprStage;
Sprite m_sprCDTitle;
Sprite m_sprCDTitleFront, m_sprCDTitleBack;
Sprite m_sprDifficultyFrame[NUM_PLAYERS];
DifficultyIcon m_DifficultyIcon[NUM_PLAYERS];
Sprite m_AutoGenIcon[NUM_PLAYERS];