Newlines are good.

Not worth a cache reload here.
This commit is contained in:
Jason Felds
2011-06-26 12:47:26 -04:00
parent 68f95ce056
commit a0372924ae
+1 -1
View File
@@ -327,7 +327,7 @@ static RString GetSSCNoteData( const Song &song, const Steps &in, bool bSavingCa
attacks += sData;
if( a != (in.m_sAttackString.size() - 1) )
attacks += ":"; // Not the end, so write a divider ':'
attacks += ":\r\n"; // Not the end, so write a divider ':'
}
Trim(attacks, ":"); // just in case something screwy happens.
lines.push_back( ssprintf( "#ATTACKS:%s;", attacks.c_str()));