From 4c869d49ba270cf2c616168dbd6ba7c3c4dc8f88 Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Fri, 25 Feb 2011 14:43:05 -0600 Subject: [PATCH] small comment/cleanup --- src/ActiveAttackList.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/ActiveAttackList.cpp b/src/ActiveAttackList.cpp index 958be74e3f..50011e030f 100644 --- a/src/ActiveAttackList.cpp +++ b/src/ActiveAttackList.cpp @@ -7,7 +7,6 @@ #include "PlayerOptions.h" #include "PlayerState.h" - ActiveAttackList::ActiveAttackList() { } @@ -40,7 +39,7 @@ void ActiveAttackList::Refresh() const Attack& attack = attacks[i]; if( !attack.bOn ) - continue; /* hasn't started yet */ + continue; // hasn't started yet if( !attack.bShowInAttackList ) continue;