| 1542 | } |
| 1543 | |
| 1544 | static U32 LandCallback(xAnimTransition*, xAnimSingle*, void*) |
| 1545 | { |
| 1546 | globals.player.WallJumpState = k_WALLJUMP_NOT; |
| 1547 | zCameraDisableWallJump(&globals.camera); |
| 1548 | return 0; |
| 1549 | } |
| 1550 | |
| 1551 | static U32 LandSlipRunCallback(xAnimTransition*, xAnimSingle*, void*) |
| 1552 | { |
nothing calls this directly
no test coverage detected