summaryrefslogtreecommitdiff
path: root/src/resources
diff options
context:
space:
mode:
authorPhilipp Sehmisch <tmw@crushnet.org>2008-01-24 01:50:13 +0000
committerPhilipp Sehmisch <tmw@crushnet.org>2008-01-24 01:50:13 +0000
commit90c0fb74a317e9c4181d35fead0c7c67e653d9ad (patch)
tree9a55efeedea9b6e2fdb5f7bc6a6ac59aee846f40 /src/resources
parent9f70e690ba0fb0eca7b541c29bd9afb0398368e0 (diff)
downloadmana-client-90c0fb74a317e9c4181d35fead0c7c67e653d9ad.tar.gz
mana-client-90c0fb74a317e9c4181d35fead0c7c67e653d9ad.tar.bz2
mana-client-90c0fb74a317e9c4181d35fead0c7c67e653d9ad.tar.xz
mana-client-90c0fb74a317e9c4181d35fead0c7c67e653d9ad.zip
Fixed broken communication of attack directions.
Diffstat (limited to 'src/resources')
-rw-r--r--src/resources/spritedef.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/spritedef.h b/src/resources/spritedef.h
index 4f316875..5eeaf744 100644
--- a/src/resources/spritedef.h
+++ b/src/resources/spritedef.h
@@ -57,8 +57,8 @@ enum SpriteAction
enum SpriteDirection
{
DIRECTION_DEFAULT = 0,
- DIRECTION_DOWN,
DIRECTION_UP,
+ DIRECTION_DOWN,
DIRECTION_LEFT,
DIRECTION_RIGHT,
DIRECTION_INVALID