summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorReinmmar <herwig.orlich@gmail.com>2023-09-19 09:56:29 +0200
committerReinmmar <herwig.orlich@gmail.com>2023-09-19 09:56:29 +0200
commit20483c258af363bd75c8b2a4f89403cb5e451900 (patch)
tree4f8ff8078d269cfa3a8cd797ef374049c1fc07ce /include
parentb4cf2f7a92daadc50222ef92cde3dd7ab20a5de9 (diff)
Had a wrong name for an animation
Diffstat (limited to 'include')
-rw-r--r--include/player.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/player.h b/include/player.h
index d0108cd7..683aac2d 100644
--- a/include/player.h
+++ b/include/player.h
@@ -284,7 +284,7 @@ typedef enum {
typedef enum {
ANIM_DEFAULT = 0x100,
- ANIM_DOOR = 0x104,
+ ANIM_WALK = 0x104,
ANIM_BOUNCE = 0x114,
ANIM_SHIELD = 0x160,
ANIM_SHIELD_END = 0x164,
@@ -337,7 +337,7 @@ typedef enum {
ANIM_EZLO_EYES_MIDDLE = 0x3cc,
ANIM_EZLO_LEAVE_RIGHT = 0x3cd,
ANIM_DEFAULT_NOCAP = 0x400,
- ANIM_DOOR_NOCAP = 0x404,
+ ANIM_WALK_NOCAP = 0x404,
ANIM_SHIELD_NOCAP = 0x410,
ANIM_SHIELD_END_NOCAP = 0x414,
ANIM_PORTAL_LEAVE_NOCAP = 0x41c,