working towards issue 24

http://ssc.ajworld.net/sm-ssc/bugtracker/view.php?id=24
This commit is contained in:
AJ Kelly
2011-02-15 23:44:36 -06:00
parent 20b539f652
commit 0b13f2f5a5
2 changed files with 27 additions and 7 deletions
+11 -5
View File
@@ -123,7 +123,6 @@ public:
bool IsCpuPlayer( PlayerNumber pn ) const;
bool AnyPlayersAreCpu() const;
bool IsCourseMode() const;
bool IsBattleMode() const; // not Rave
@@ -214,10 +213,17 @@ public:
BroadcastOnChange<bool> m_bGameplayLeadIn;
// Metricable noteskin things
// void LoadNoteSkinMetrics( PlayerNumber pn );
// int m_iRowSpacing;
// int m_iColSpacing;
// int m_iArrowSize;
/*
void LoadNoteSkinMetrics( PlayerNumber pn );
int m_iNoteSkinColSpacing[NUM_PLAYERS];
int m_iNoteSkinArrowSize[NUM_PLAYERS];
*/
// not sure I want to let noteskins change row spacing, as that changes how
// the speed mods work... -aj
//int m_iNoteSkinRowSpacing[NUM_PLAYERS];
// what are these for, exactly? -aj
//bool m_bNoteSkinOverrideDim[NUM_PLAYERS];
//bool m_bNoteSkinOverrideBright[NUM_PLAYERS];
float m_fMusicSecondsVisible;
float m_fSongBeatVisible;