From c19e313df4758a6be19384b1b728283b55ffa92b Mon Sep 17 00:00:00 2001 From: Reinmmar Date: Sun, 24 Sep 2023 18:03:34 +0200 Subject: found more anims, also removing != 0 sometimes --- include/player.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include') diff --git a/include/player.h b/include/player.h index eec1fc9e..6cfd1383 100644 --- a/include/player.h +++ b/include/player.h @@ -396,6 +396,12 @@ typedef enum { ANIM_PARACHUTE = 0x708, ANIM_MINECART_PAUSE = 0x70c, ANIM_MINECART = 0x710, + ANIM_PARACHUTE_TURN_RIGHT = 0x714, + ANIM_PARACHUTE_TURN_OPPOSITE = 0x718, + ANIM_PARACHUTE_TURN_LEFT = 0x71c, + ANIM_PARACHUTE_TURN2_RIGHT = 0x720, + ANIM_PARACHUTE_TURN2_OPPOSITE = 0x724, + ANIM_PARACHUTE_TURN2_LEFT = 0x728, ANIM_DROWN = 0x72c, ANIM_PARACHUTE_FALL = 0x730, ANIM_PUT_ON_EZLO = 0x734, -- cgit v1.2.3