diff options
Diffstat (limited to 'src/monster.h')
-rw-r--r-- | src/monster.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/monster.h b/src/monster.h index 7b44b5a8..29b04eab 100644 --- a/src/monster.h +++ b/src/monster.h @@ -53,11 +53,7 @@ class Monster : public Being * @param damage the amount of damage dealt (0 means miss) * @param type the attack type */ -#ifdef TMWSERV_SUPPORT - virtual void handleAttack(); -#else virtual void handleAttack(Being *victim, int damage, AttackType type); -#endif /** * Puts a damage bubble above this monster and plays the hurt sound |