diff options
| author | Reinmmar <herwig.orlich@gmail.com> | 2023-09-24 18:03:34 +0200 |
|---|---|---|
| committer | Reinmmar <herwig.orlich@gmail.com> | 2023-09-24 18:03:34 +0200 |
| commit | c19e313df4758a6be19384b1b728283b55ffa92b (patch) | |
| tree | 6dfd01a12fa65989be84db022baf07a57a57df07 /include/player.h | |
| parent | bdfaa7dc1a6fb95db00fe5029e505ffe98efed1d (diff) | |
found more anims, also removing != 0 sometimes
Diffstat (limited to 'include/player.h')
| -rw-r--r-- | include/player.h | 6 |
1 files changed, 6 insertions, 0 deletions
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, |
