| 1501 | } |
| 1502 | |
| 1503 | void SetLaraFallAnimation(ItemInfo* item) |
| 1504 | { |
| 1505 | SetAnimation(item, LA_FALL_START); |
| 1506 | item->Animation.IsAirborne = true; |
| 1507 | item->Animation.Velocity.y = 0.0f; |
| 1508 | } |
| 1509 | |
| 1510 | void SetLaraFallBackAnimation(ItemInfo* item) |
| 1511 | { |
no test coverage detected