summaryrefslogtreecommitdiff
path: root/src/monster.h
diff options
context:
space:
mode:
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>2006-08-27 16:23:36 +0000
committerGuillaume Melquiond <guillaume.melquiond@gmail.com>2006-08-27 16:23:36 +0000
commit1554a6749f2dbcd9b44aae1df3e320a06b049d4f (patch)
tree08efd4ca4dc8a81bb53894d138cf702fd1d40c55 /src/monster.h
parent8ca48faeb472bb6645ec18c7b2e0480e8e20435e (diff)
downloadMana-1554a6749f2dbcd9b44aae1df3e320a06b049d4f.tar.gz
Mana-1554a6749f2dbcd9b44aae1df3e320a06b049d4f.tar.bz2
Mana-1554a6749f2dbcd9b44aae1df3e320a06b049d4f.tar.xz
Mana-1554a6749f2dbcd9b44aae1df3e320a06b049d4f.zip
Cleaned the logic members.
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 4a82a461..6ce0d69d 100644
--- a/src/monster.h
+++ b/src/monster.h
@@ -31,8 +31,6 @@ class Monster : public Being
public:
Monster(Uint32 id, Uint16 job, Map *map);
- virtual void logic();
-
virtual Type getType() const;
};