fix "multiple mods in the same attack weren't themed correctly"

This commit is contained in:
Chris Danford
2004-06-26 22:13:18 +00:00
parent 0de7efdfe0
commit 9da987bd71
+2
View File
@@ -44,6 +44,8 @@ void ActiveAttackList::Update( float fDelta )
for( unsigned j=0; j<asMods.size(); j++ )
{
CString& sMod = asMods[j];
TrimLeft( sMod );
TrimRight( sMod );
sMod = PlayerOptions::ThemeMod( sMod );