remove unused m_iNumControllers. That's defined by the style,

not the game.
This commit is contained in:
Glenn Maynard
2006-09-29 23:52:48 +00:00
parent 7c3531a96a
commit e256606d7f
2 changed files with 0 additions and 11 deletions
-1
View File
@@ -41,7 +41,6 @@ public:
const char *m_szName;
const char *m_szDescription;
int m_iNumControllers;
bool m_bCountNotesSeparately; // Count multiple notes in a row as separate notes or as one note
int m_iButtonsPerController;
int GetNumGameplayButtons() const;