summaryrefslogtreecommitdiff
path: root/src/monster.h
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2010-01-24 14:43:14 -0700
committerJared Adams <jaxad0127@gmail.com>2010-01-24 14:43:14 -0700
commit3730a6028626cfcdab9bd98aecfeadf6c884b505 (patch)
treef78d37fae95f74625a745f5e551c40ae337976d9 /src/monster.h
parent889108ea9a75a0591cac7efb49bac65629b6fb86 (diff)
downloadmana-client-3730a6028626cfcdab9bd98aecfeadf6c884b505.tar.gz
mana-client-3730a6028626cfcdab9bd98aecfeadf6c884b505.tar.bz2
mana-client-3730a6028626cfcdab9bd98aecfeadf6c884b505.tar.xz
mana-client-3730a6028626cfcdab9bd98aecfeadf6c884b505.zip
Remove some more _SUPPORT ifdefs
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);