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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user