diff --git a/stepmania/src/ActiveAttackList.cpp b/stepmania/src/ActiveAttackList.cpp index 38e9bb8591..03330148b2 100644 --- a/stepmania/src/ActiveAttackList.cpp +++ b/stepmania/src/ActiveAttackList.cpp @@ -74,10 +74,14 @@ void ActiveAttackList::Update( float fDelta ) // Capitalize all tokens CStringArray asTokens; split( sMod, " ", asTokens ); - sMod.erase( sMod.begin(), sMod.end() ); for( unsigned i=0; iGetMetric( "OptionNames", asTokens.back() ); + + sMod = join( " ", asTokens ); + if( s.empty() ) s = sMod; else