Copy Step #ATTACKS when requested.
This commit is contained in:
@@ -8,6 +8,10 @@ ________________________________________________________________________________
|
|||||||
StepMania 5.0 Preview 2 | 201106??
|
StepMania 5.0 Preview 2 | 201106??
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
2011/06/27
|
||||||
|
----------
|
||||||
|
* [Steps] Make sure #ATTACKS are copied when requested. [Wolfman2000]
|
||||||
|
|
||||||
2011/06/26
|
2011/06/26
|
||||||
----------
|
----------
|
||||||
* [UnlockManager] New metric: AutoLockEditSteps. Use this to hide bonus charts
|
* [UnlockManager] New metric: AutoLockEditSteps. Use this to hide bonus charts
|
||||||
|
|||||||
@@ -369,6 +369,8 @@ void Steps::CopyFrom( Steps* pSource, StepsType ntTo, float fMusicLengthSeconds
|
|||||||
noteData.SetNumTracks( GAMEMAN->GetStepsTypeInfo(ntTo).iNumTracks );
|
noteData.SetNumTracks( GAMEMAN->GetStepsTypeInfo(ntTo).iNumTracks );
|
||||||
parent = NULL;
|
parent = NULL;
|
||||||
m_Timing = pSource->m_Timing;
|
m_Timing = pSource->m_Timing;
|
||||||
|
this->m_Attacks = pSource->m_Attacks;
|
||||||
|
this->m_sAttackString = pSource->m_sAttackString;
|
||||||
this->SetNoteData( noteData );
|
this->SetNoteData( noteData );
|
||||||
this->SetDescription( pSource->GetDescription() );
|
this->SetDescription( pSource->GetDescription() );
|
||||||
this->SetDifficulty( pSource->GetDifficulty() );
|
this->SetDifficulty( pSource->GetDifficulty() );
|
||||||
|
|||||||
Reference in New Issue
Block a user