summaryrefslogtreecommitdiff
path: root/src/monster.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/monster.h')
-rw-r--r--src/monster.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/monster.h b/src/monster.h
index 1cfb8e93..7fffaac7 100644
--- a/src/monster.h
+++ b/src/monster.h
@@ -32,9 +32,7 @@ class Monster : public Being
public:
Monster(int id, int job, Map *map);
-#ifdef EATHENA_SUPPORT
virtual void logic();
-#endif
virtual void setAction(Action action, int attackType = 0);