diff options
Diffstat (limited to 'src/localplayer.h')
-rw-r--r-- | src/localplayer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/localplayer.h b/src/localplayer.h index 55e4e6f6..e67630b2 100644 --- a/src/localplayer.h +++ b/src/localplayer.h @@ -279,7 +279,7 @@ class LocalPlayer : public Player * @param damage the amount of damage dealt (0 means miss) * @param type the attack type */ - virtual void handleAttack(Being *victim, int damage, AttackType type) {} + //virtual void handleAttack(Being *victim, int damage, AttackType type) {} virtual void handleAttack() {} /** |