Merge branch 'UnknownStyleSupport' of https://github.com/kyzentun/stepmania

This commit is contained in:
Kyzentun
2014-10-20 02:58:57 -06:00
+1
View File
@@ -489,6 +489,7 @@ void Steps::CopyFrom( Steps* pSource, StepsType ntTo, float fMusicLengthSeconds
void Steps::CreateBlank( StepsType ntTo )
{
m_StepsType = ntTo;
m_StepsTypeStr= GAMEMAN->GetStepsTypeInfo(ntTo).szName;
NoteData noteData;
noteData.SetNumTracks( GAMEMAN->GetStepsTypeInfo(ntTo).iNumTracks );
this->SetNoteData( noteData );