diff options
Diffstat (limited to 'include')
| -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, |
