Had a wrong name for an animation

This commit is contained in:
Reinmmar
2023-09-19 09:56:29 +02:00
parent b4cf2f7a92
commit 20483c258a
4 changed files with 15 additions and 15 deletions
+2 -2
View File
@@ -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,