don't show forced beginner mods in attack list

This commit is contained in:
Chris Danford
2005-04-26 20:46:06 +00:00
parent 2576c4a87a
commit 23ad0104c6
3 changed files with 8 additions and 2 deletions
+2
View File
@@ -41,6 +41,8 @@ void ActiveAttackList::Refresh()
if( !attack.bOn )
continue; /* hasn't started yet */
if( !attack.bShowInAttackList )
continue;
PlayerOptions po;
po.FromString( attack.sModifier, true );