Copy Step #ATTACKS when requested.

This commit is contained in:
Jason Felds
2011-06-27 00:03:05 -04:00
parent 4ab534de75
commit b653e5b5e7
2 changed files with 6 additions and 0 deletions
+2
View File
@@ -369,6 +369,8 @@ void Steps::CopyFrom( Steps* pSource, StepsType ntTo, float fMusicLengthSeconds
noteData.SetNumTracks( GAMEMAN->GetStepsTypeInfo(ntTo).iNumTracks );
parent = NULL;
m_Timing = pSource->m_Timing;
this->m_Attacks = pSource->m_Attacks;
this->m_sAttackString = pSource->m_sAttackString;
this->SetNoteData( noteData );
this->SetDescription( pSource->GetDescription() );
this->SetDifficulty( pSource->GetDifficulty() );