From 14c2a05de7e60c59b3b42c7b7e365360de993574 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 5 Nov 2009 02:03:08 +0000 Subject: [PATCH] fix confusing comment. Escaping doesn't affect this; commas aren't escaped, since they're split from the value itself, long after MsdFile is loaded. We should deprecate 1,1,1,1 colors in favor of #FFFFFF; they're easier to read and type, too. --- stepmania/src/NotesLoaderSM.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/stepmania/src/NotesLoaderSM.cpp b/stepmania/src/NotesLoaderSM.cpp index e6fc6d4cd0..b56df6c1bd 100644 --- a/stepmania/src/NotesLoaderSM.cpp +++ b/stepmania/src/NotesLoaderSM.cpp @@ -211,12 +211,10 @@ bool LoadFromBGChangesString( BackgroundChange &change, const RString &sBGChange { case 11: change.m_def.m_sColor2 = aBGChangeValues[10]; - // .sm files made before we started escaping will still have '^' instead of ',' change.m_def.m_sColor2.Replace( '^', ',' ); // fall through case 10: change.m_def.m_sColor1 = aBGChangeValues[9]; - // .sm files made before we started escaping will still have '^' instead of ',' change.m_def.m_sColor1.Replace( '^', ',' ); // fall through case 9: