better Steps difficulty description when copying or creating blank

This commit is contained in:
Chris Danford
2005-03-05 23:07:42 +00:00
parent 3e4e98de49
commit c9ec1c16b0
2 changed files with 15 additions and 2 deletions
+1 -1
View File
@@ -267,7 +267,7 @@ void Steps::CopyFrom( Steps* pSource, StepsType ntTo ) // pSource does not have
pSource->GetNoteData( noteData );
noteData.SetNumTracks( GameManager::StepsTypeToNumTracks(ntTo) );
this->SetNoteData( noteData );
this->SetDescription( "From " + pSource->GetDescription() );
this->SetDescription( pSource->GetDescription() );
this->SetDifficulty( pSource->GetDifficulty() );
this->SetMeter( pSource->GetMeter() );
this->SetRadarValues( pSource->GetRadarValues() );