Merge branch 'UnknownStyleSupport' of https://github.com/kyzentun/stepmania
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user