| 1549 | } |
| 1550 | |
| 1551 | static U32 LandSlipRunCallback(xAnimTransition*, xAnimSingle*, void*) |
| 1552 | { |
| 1553 | zEntPlayer_SNDPlay(ePlayerSnd_SlipLoop, 0.0f); |
| 1554 | globals.player.WallJumpState = k_WALLJUMP_NOT; |
| 1555 | zCameraDisableWallJump(&globals.camera); |
| 1556 | return 0; |
| 1557 | } |
| 1558 | |
| 1559 | static U32 SandyLandCB(xAnimTransition*, xAnimSingle*, void*) |
| 1560 | { |
nothing calls this directly
no test coverage detected