summaryrefslogtreecommitdiff
path: root/src/being.h
diff options
context:
space:
mode:
authorEugenio Favalli <elvenprogrammer@gmail.com>2006-07-26 13:48:36 +0000
committerEugenio Favalli <elvenprogrammer@gmail.com>2006-07-26 13:48:36 +0000
commit4af405cd9dc675ef63ac4d993468f4868de85f6a (patch)
treedd6a4e9cd129d5f8713d548f3ae40262d274c1b7 /src/being.h
parent9516197b54715a660ea86d3d1c85f21f8a7cd918 (diff)
downloadmana-client-4af405cd9dc675ef63ac4d993468f4868de85f6a.tar.gz
mana-client-4af405cd9dc675ef63ac4d993468f4868de85f6a.tar.bz2
mana-client-4af405cd9dc675ef63ac4d993468f4868de85f6a.tar.xz
mana-client-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.h2
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.