diff --git a/stepmania/src/StyleDef.h b/stepmania/src/StyleDef.h index 4bca3721f8..83facbb806 100644 --- a/stepmania/src/StyleDef.h +++ b/stepmania/src/StyleDef.h @@ -38,7 +38,9 @@ public: Game m_Game; // Which Game is this Style used with? bool m_bUsedForGameplay; // Can be used only for gameplay? bool m_bUsedForEdit; // Can be used for editing? - char m_szStyleName[60]; + + /* The name of the style. (This is currently unused.) */ + char m_szName[60]; NotesType m_NotesType; // the notes format that this style reads. // For example, the "dance versus" reads the Notes with the tag "dance-single". enum StyleType