Theme -> Localize

This commit is contained in:
Chris Danford
2006-01-29 22:13:36 +00:00
parent 220e204485
commit 49782b331b
4 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ void ActiveAttackList::Refresh()
PlayerOptions po;
po.FromString( attack.sModifiers, true );
po.GetThemedMods( vsThemedMods );
po.GetLocalizedMods( vsThemedMods );
}
RString s = join( "\n", vsThemedMods );