Preserve Steps of unknown Style.

This commit is contained in:
Kyzentun
2014-10-01 17:12:01 -06:00
parent f08463defb
commit 8edd929e24
8 changed files with 53 additions and 9 deletions
+2
View File
@@ -447,6 +447,8 @@ private:
vector<Steps*> m_vpSteps;
/** @brief the Steps of a particular StepsType that belong to this Song. */
vector<Steps*> m_vpStepsByType[NUM_StepsType];
/** @brief the Steps that are of unrecognized Styles. */
vector<Steps*> m_UnknownStyleSteps;
};
#endif