Change the copying to moving.

This commit is contained in:
Jason Felds
2011-07-07 16:37:08 -04:00
parent eaa058c521
commit 95a9e71bb1
2 changed files with 5 additions and 3 deletions
+4 -2
View File
@@ -465,8 +465,10 @@ bool SSCLoader::LoadFromSimfile( const RString &sPath, Song &out, bool bFromCach
{
pNewNotes->SetChartName(sParams[1]);
}
// TODO: Make this the else clause?
pNewNotes->SetDescription( sParams[1] );
else
{
pNewNotes->SetDescription(sParams[1]);
}
}
else if( sValueName=="DIFFICULTY" )