Anyone recall WHY I had this code?
Remove forced timing data copying if only one Step.
This commit is contained in:
@@ -921,12 +921,6 @@ void Song::Save()
|
|||||||
ReCalculateRadarValuesAndLastSecond();
|
ReCalculateRadarValuesAndLastSecond();
|
||||||
TranslateTitles();
|
TranslateTitles();
|
||||||
|
|
||||||
// TODO: Figure out a better way to save to Song's timing data.
|
|
||||||
if( m_vpSteps.size() == 1 )
|
|
||||||
{
|
|
||||||
m_SongTiming = m_vpSteps[0]->m_Timing;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Save the new files. These calls make backups on their own.
|
// Save the new files. These calls make backups on their own.
|
||||||
if( !SaveToSSCFile(GetSongFilePath(), false) )
|
if( !SaveToSSCFile(GetSongFilePath(), false) )
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user