diff options
author | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2006-08-27 16:23:36 +0000 |
---|---|---|
committer | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2006-08-27 16:23:36 +0000 |
commit | 1554a6749f2dbcd9b44aae1df3e320a06b049d4f (patch) | |
tree | 08efd4ca4dc8a81bb53894d138cf702fd1d40c55 /src/monster.h | |
parent | 8ca48faeb472bb6645ec18c7b2e0480e8e20435e (diff) | |
download | mana-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.h | 2 |
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; }; |