summaryrefslogtreecommitdiff
path: root/src/monster.h
diff options
context:
space:
mode:
authorPhilipp Sehmisch <tmw@crushnet.org>2008-03-09 20:41:27 +0000
committerPhilipp Sehmisch <tmw@crushnet.org>2008-03-09 20:41:27 +0000
commit4e2ced304a2013808b2481cceb7622848b073e5b (patch)
tree2cc2c6cbc3f6e17842919530d583f91256dc86e1 /src/monster.h
parent15014d358424bf5f74a2d9b7afd08692b591a448 (diff)
downloadMana-4e2ced304a2013808b2481cceb7622848b073e5b.tar.gz
Mana-4e2ced304a2013808b2481cceb7622848b073e5b.tar.bz2
Mana-4e2ced304a2013808b2481cceb7622848b073e5b.tar.xz
Mana-4e2ced304a2013808b2481cceb7622848b073e5b.zip
Implemented possibility to rotate particle emitters. Implemented interpretation of the attacktype parameter of attack messages and visualize monster attacks other than id 1 with a particle effect. Prepared to get attack particle effects and animation types from the monster database.
Diffstat (limited to 'src/monster.h')
-rw-r--r--src/monster.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/monster.h b/src/monster.h
index fc46e11a..585f6f09 100644
--- a/src/monster.h
+++ b/src/monster.h
@@ -33,7 +33,7 @@ class Monster : public Being
public:
Monster(Uint16 id, Uint16 job, Map *map);
- virtual void setAction(Action action);
+ virtual void setAction(Action action, int attackType);
virtual Type getType() const;