TimingData: add allowEmpty parameter to TidyUpData. always false for now...

This commit is contained in:
Devin J. Pohly
2013-01-23 14:38:57 -05:00
parent 3d6f1c5227
commit 0ae7b0da85
5 changed files with 13 additions and 6 deletions
+2 -2
View File
@@ -537,11 +537,11 @@ void Song::TidyUpData( bool fromCache, bool /* duringCache */ )
m_fMusicLengthSeconds = 0;
}
m_SongTiming.TidyUpData();
m_SongTiming.TidyUpData( false );
FOREACH( Steps *, m_vpSteps, s )
{
(*s)->m_Timing.TidyUpData();
(*s)->m_Timing.TidyUpData( false );
}
/* Generate these before we autogen notes, so the new notes can inherit