summaryrefslogtreecommitdiff
path: root/src/animatedsprite.h
diff options
context:
space:
mode:
authorPhilipp Sehmisch <tmw@crushnet.org>2006-09-13 23:17:54 +0000
committerPhilipp Sehmisch <tmw@crushnet.org>2006-09-13 23:17:54 +0000
commitc4529dbd7b7f8f3ae5009d35010139e7f1b68deb (patch)
treebf9faa892228e389e34e379ebd306c7fa09a00a6 /src/animatedsprite.h
parent4423d208ad7dc1ed3967d715642595f4fd1e6faf (diff)
downloadmana-client-c4529dbd7b7f8f3ae5009d35010139e7f1b68deb.tar.gz
mana-client-c4529dbd7b7f8f3ae5009d35010139e7f1b68deb.tar.bz2
mana-client-c4529dbd7b7f8f3ae5009d35010139e7f1b68deb.tar.xz
mana-client-c4529dbd7b7f8f3ae5009d35010139e7f1b68deb.zip
some improvements at the animation system
Diffstat (limited to 'src/animatedsprite.h')
-rw-r--r--src/animatedsprite.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/animatedsprite.h b/src/animatedsprite.h
index 89394d6c..c860b46d 100644
--- a/src/animatedsprite.h
+++ b/src/animatedsprite.h
@@ -50,7 +50,8 @@ enum SpriteAction
ACTION_SIT,
ACTION_SLEEP,
ACTION_HURT,
- ACTION_DEAD
+ ACTION_DEAD,
+ ACTION_INVALID
};
enum SpriteDirection