diff options
author | Eugenio Favalli <elvenprogrammer@gmail.com> | 2006-07-26 13:48:36 +0000 |
---|---|---|
committer | Eugenio Favalli <elvenprogrammer@gmail.com> | 2006-07-26 13:48:36 +0000 |
commit | 4af405cd9dc675ef63ac4d993468f4868de85f6a (patch) | |
tree | dd6a4e9cd129d5f8713d548f3ae40262d274c1b7 /src/being.h | |
parent | 9516197b54715a660ea86d3d1c85f21f8a7cd918 (diff) | |
download | mana-4af405cd9dc675ef63ac4d993468f4868de85f6a.tar.gz mana-4af405cd9dc675ef63ac4d993468f4868de85f6a.tar.bz2 mana-4af405cd9dc675ef63ac4d993468f4868de85f6a.tar.xz mana-4af405cd9dc675ef63ac4d993468f4868de85f6a.zip |
Fixed direction and action issues when changing appeareance, frames are still out of sync.
Diffstat (limited to 'src/being.h')
-rw-r--r-- | src/being.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/being.h b/src/being.h index 478bc018..01b4fded 100644 --- a/src/being.h +++ b/src/being.h @@ -290,7 +290,7 @@ class Being : public Sprite /** * Sets the current action. */ - void setAction(Action action); + void setAction(Uint8 action); /** * Sets the current direction. |