mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-04-30 00:37:58 +03:00
Updated comment (unused animation 442)
This commit is contained in:
parent
74425602ae
commit
b29b68e36b
1 changed files with 2 additions and 2 deletions
|
@ -688,9 +688,8 @@ 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,
|
LA_UNUSED_442 = 442, // Formelly, LA_BIG_SCORPION_DEATH, but that animation is now in LARA EXTRA ANIMS so this slot is unused.
|
||||||
LA_ELEVATOR_RECOVER = 443, // Recover from elevator crash
|
LA_ELEVATOR_RECOVER = 443, // Recover from elevator crash
|
||||||
// TODO: 443 is also taken by SETH_DEATH, currently absent from default WAD.
|
|
||||||
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
|
||||||
|
|
||||||
|
@ -831,6 +830,7 @@ enum LaraAnim
|
||||||
// TRASHED ANIMS (reuse slots before going any higher and remove entries from this list when you do):
|
// TRASHED ANIMS (reuse slots before going any higher and remove entries from this list when you do):
|
||||||
// 280,
|
// 280,
|
||||||
// 368, 370,
|
// 368, 370,
|
||||||
|
// 442
|
||||||
};
|
};
|
||||||
|
|
||||||
enum LaraExtraAnim
|
enum LaraExtraAnim
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue