don't adjust duplicate steps when loading from cache: another optimization.
This commit is contained in:
@@ -826,8 +826,11 @@ void Song::TidyUpData( bool fromCache, bool duringCache )
|
|||||||
/* Don't allow multiple Steps of the same StepsType and Difficulty (except
|
/* Don't allow multiple Steps of the same StepsType and Difficulty (except
|
||||||
* for edits). We should be able to use difficulty names as unique
|
* for edits). We should be able to use difficulty names as unique
|
||||||
* identifiers for steps. */
|
* identifiers for steps. */
|
||||||
|
if( !duringCache )
|
||||||
|
{
|
||||||
SongUtil::AdjustDuplicateSteps( this );
|
SongUtil::AdjustDuplicateSteps( this );
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
void Song::TranslateTitles()
|
void Song::TranslateTitles()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user