Rename m_szStyleName back to m_szName. (Makes more sense,

now that I know more about what it does: nothing at all, so it's just
the name of the def itself, not the name of the data loaded.)
This commit is contained in:
Glenn Maynard
2002-08-24 04:26:28 +00:00
parent cc63cec6f6
commit 45003ad3a6
+3 -1
View File
@@ -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