references to DWI's behaviors

This commit is contained in:
AJ Kelly
2011-02-08 19:58:16 -06:00
parent de5a5eda37
commit 53b1f9a31a
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -68,6 +68,8 @@ bool LyricsLoader::LoadFromLRCFile(const RString& sPath, Song& out)
// set color var here for this segment
int r, g, b;
int result = sscanf( sValueData.c_str(), "0x%2x%2x%2x", &r, &g, &b );
// According to the Dance With Intensity readme, one can set up to
// ten colors in a line and access them via "{cX}", where X is 0-9.
if(result != 3)
{
LOG->Trace( "The color value '%s' in '%s' is invalid.",