From 9da987bd714c37a73dbb0cd54d630322abc698a3 Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Sat, 26 Jun 2004 22:13:18 +0000 Subject: [PATCH] fix "multiple mods in the same attack weren't themed correctly" --- stepmania/src/ActiveAttackList.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/stepmania/src/ActiveAttackList.cpp b/stepmania/src/ActiveAttackList.cpp index 44d86bb113..6db4acbd92 100644 --- a/stepmania/src/ActiveAttackList.cpp +++ b/stepmania/src/ActiveAttackList.cpp @@ -40,10 +40,12 @@ void ActiveAttackList::Update( float fDelta ) CString sMods = attack.sModifier; CStringArray asMods; - split( sMods, ", ", asMods ); + split( sMods, ",", asMods ); for( unsigned j=0; j