| 3464 | } |
| 3465 | |
| 3466 | static U32 LassoSwingGroundedBeginCB(xAnimTransition* tran, xAnimSingle* anim, void* object) |
| 3467 | { |
| 3468 | xEnt* ent = (xEnt*)object; |
| 3469 | JumpCB(tran, anim, object); |
| 3470 | |
| 3471 | ent->frame->vel.y *= 0.5f; |
| 3472 | LassoSwingBeginCB(tran, anim, object); |
| 3473 | return 0; |
| 3474 | } |
| 3475 | |
| 3476 | static U32 LassoSwingTossCB(xAnimTransition*, xAnimSingle*, void*) |
| 3477 | { |
nothing calls this directly
no test coverage detected