From 53b1f9a31a02f5acbdd26a7605aa4b1cb3474f5a Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Tue, 8 Feb 2011 19:58:16 -0600 Subject: [PATCH] references to DWI's behaviors --- src/CourseLoaderCRS.cpp | 1 + src/LyricsLoader.cpp | 2 ++ 2 files changed, 3 insertions(+) diff --git a/src/CourseLoaderCRS.cpp b/src/CourseLoaderCRS.cpp index 7f380cbf80..19bb2def81 100644 --- a/src/CourseLoaderCRS.cpp +++ b/src/CourseLoaderCRS.cpp @@ -99,6 +99,7 @@ bool CourseLoaderCRS::LoadFromMsd( const RString &sPath, const MsdFile &msd, Cou out.m_iCustomMeter[cd] = max( atoi(sParams[2]), 0 ); } } + // todo: add COMBO and COMBOMODE? -aj else if( 0 == stricmp(sValueName, "MODS") ) { diff --git a/src/LyricsLoader.cpp b/src/LyricsLoader.cpp index b7902a2aaf..94c5e59d59 100644 --- a/src/LyricsLoader.cpp +++ b/src/LyricsLoader.cpp @@ -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.",