small comment/cleanup

This commit is contained in:
AJ Kelly
2011-02-25 14:43:05 -06:00
parent 3666771885
commit 4c869d49ba
+1 -2
View File
@@ -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;