mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-04-28 15:57:59 +03:00
Move underwater floor trapdoor animation to slot 442
This commit is contained in:
parent
28773e2387
commit
973e35c10a
1 changed files with 2 additions and 2 deletions
|
@ -611,7 +611,7 @@ enum LaraAnim
|
||||||
LA_LADDER_RIGHT_CORNER_OUTER_START = 365, // Ladder around outer right corner
|
LA_LADDER_RIGHT_CORNER_OUTER_START = 365, // Ladder around outer right corner
|
||||||
LA_PUSHABLE_BLOCK_PUSH_EDGE_SLIP = 366,
|
LA_PUSHABLE_BLOCK_PUSH_EDGE_SLIP = 366,
|
||||||
LA_LADDER_LEFT_CORNER_INNER_START = 367, // Ladder around inner left corner
|
LA_LADDER_LEFT_CORNER_INNER_START = 367, // Ladder around inner left corner
|
||||||
LA_UNDERWATER_FLOOR_TRAPDOOR = 368, // Underwater Floor Trapdoor
|
LA_LADDER_LEFT_CORNER_INNER_END = 368,
|
||||||
LA_LADDER_RIGHT_CORNER_INNER_START = 369, // Ladder around inner right corner
|
LA_LADDER_RIGHT_CORNER_INNER_START = 369, // Ladder around inner right corner
|
||||||
LA_LADDER_RIGHT_CORNER_INNER_END = 370, // TODO: Remove.
|
LA_LADDER_RIGHT_CORNER_INNER_END = 370, // TODO: Remove.
|
||||||
LA_JUMP_UP_TO_ROPE_START = 371, // Jump up > rope idle (1/2)
|
LA_JUMP_UP_TO_ROPE_START = 371, // Jump up > rope idle (1/2)
|
||||||
|
@ -688,7 +688,7 @@ enum LaraAnim
|
||||||
LA_PICKUP_SARCOPHAGUS = 439, // Pickup from sarcophagus
|
LA_PICKUP_SARCOPHAGUS = 439, // Pickup from sarcophagus
|
||||||
LA_DRAG_BODY = 440, // Drag dead body
|
LA_DRAG_BODY = 440, // Drag dead body
|
||||||
LA_BINOCULARS_IDLE = 441, // Stand, looking through binoculars
|
LA_BINOCULARS_IDLE = 441, // Stand, looking through binoculars
|
||||||
LA_UNUSED_442 = 442, // Formelly, LA_BIG_SCORPION_DEATH, but that animation is now in LARA EXTRA ANIMS so this slot is unused.
|
LA_UNDERWATER_FLOOR_TRAPDOOR = 442, // Underwater floor trapdoor
|
||||||
LA_ELEVATOR_RECOVER = 443, // Recover from elevator crash
|
LA_ELEVATOR_RECOVER = 443, // Recover from elevator crash
|
||||||
LA_MECHANICAL_BEETLE_USE = 444, // Wind mechanical beetle, place on floor
|
LA_MECHANICAL_BEETLE_USE = 444, // Wind mechanical beetle, place on floor
|
||||||
LA_FLY_CHEAT = 445, // Fly cheat
|
LA_FLY_CHEAT = 445, // Fly cheat
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue