Added: Player options
This commit is contained in:
@@ -42,6 +42,7 @@ private:
|
||||
SelectGroup = 0,
|
||||
SelectSong,
|
||||
SelectDifficulty,
|
||||
SelectOptions,
|
||||
SelectModes,
|
||||
};
|
||||
|
||||
@@ -93,6 +94,9 @@ private:
|
||||
DifficultyIcon m_DifficultyIcon[NUM_PLAYERS];
|
||||
Difficulty m_DC[NUM_PLAYERS];
|
||||
|
||||
//Select Options
|
||||
Sprite m_sprSelOptions;
|
||||
|
||||
void UpdateDifficulties( PlayerNumber pn );
|
||||
DifficultyMeter m_DifficultyMeters[NUM_PLAYERS];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user