summaryrefslogtreecommitdiff
path: root/src/being.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/being.h')
-rw-r--r--src/being.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/being.h b/src/being.h
index e5068952..6eef83c6 100644
--- a/src/being.h
+++ b/src/being.h
@@ -229,11 +229,7 @@ class Being : public Sprite, public ConfigListener
* @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
/**
* Returns the name of the being.