diff options
author | Philipp Sehmisch <tmw@crushnet.org> | 2008-01-24 01:50:13 +0000 |
---|---|---|
committer | Philipp Sehmisch <tmw@crushnet.org> | 2008-01-24 01:50:13 +0000 |
commit | 90c0fb74a317e9c4181d35fead0c7c67e653d9ad (patch) | |
tree | 9a55efeedea9b6e2fdb5f7bc6a6ac59aee846f40 /src/resources/spritedef.h | |
parent | 9f70e690ba0fb0eca7b541c29bd9afb0398368e0 (diff) | |
download | mana-90c0fb74a317e9c4181d35fead0c7c67e653d9ad.tar.gz mana-90c0fb74a317e9c4181d35fead0c7c67e653d9ad.tar.bz2 mana-90c0fb74a317e9c4181d35fead0c7c67e653d9ad.tar.xz mana-90c0fb74a317e9c4181d35fead0c7c67e653d9ad.zip |
Fixed broken communication of attack directions.
Diffstat (limited to 'src/resources/spritedef.h')
-rw-r--r-- | src/resources/spritedef.h | 2 |
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 |