Skip to content

Commit 5a2e228

Browse files
committed
cppcheck
1 parent e489d0f commit 5a2e228

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/EnemyStrategies.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class AttackStrategy : public EnemyStrategy {
4848
void update(Enemy& enemy, float deltaTime) override;
4949
std::unique_ptr<EnemyStrategy> clone() const override;
5050

51-
bool canAttack() const { return canDealDamage; }
51+
// bool canAttack() const { return canDealDamage; }
5252
void resetAttack();
5353
bool isAttacking() const override { return true; }
5454
};

0 commit comments

Comments
 (0)