some small changes in terms of commenting and cleanup and some other junk

This commit is contained in:
AJ Kelly
2010-09-10 15:36:40 -05:00
parent e622415e8c
commit 5fbacf5690
3 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ public:
int GetProfileIndex( PlayerNumber pn ) { return m_iSelectedProfiles[pn]; }
bool Finish();
private:
protected:
int m_iSelectedProfiles[NUM_PLAYERS];
};