Add on-screen graphics elements to represent non-joined players on music select screen

This commit is contained in:
Andrew Livy
2004-01-22 04:31:31 +00:00
parent 7fe3268d1a
commit 2b66e1590e
4 changed files with 29 additions and 1 deletions
+1
View File
@@ -90,6 +90,7 @@ protected:
BitmapText m_textSongOptions;
OptionIconRow m_OptionIconRow[NUM_PLAYERS];
Sprite m_sprMeterFrame[NUM_PLAYERS];
Sprite m_sprNonPresence[NUM_PLAYERS];
DifficultyMeter m_DifficultyMeter[NUM_PLAYERS];
MusicSortDisplay m_MusicSortDisplay;
Sprite m_sprHighScoreFrame[NUM_PLAYERS];