fix loading of multiple BG layers

This commit is contained in:
Chris Danford
2005-06-05 03:36:32 +00:00
parent fffc3e3ca3
commit 273fd06e65
+1 -1
View File
@@ -160,7 +160,7 @@ void SMLoader::LoadTimingFromSMFile( const MsdFile &msd, TimingData &out )
bool LoadFromBGChangesString( BackgroundChange &change, const CString &sBGChangeExpression )
{
CStringArray aBGChangeValues;
split( sBGChangeExpression, "=", aBGChangeValues );
split( sBGChangeExpression, "=", aBGChangeValues, false );
if( aBGChangeValues.size() >= 6 )
{