| 2457 | } |
| 2458 | |
| 2459 | static U32 BoulderRollWindupCB(xAnimTransition*, xAnimSingle*, void*) |
| 2460 | { |
| 2461 | zEntPlayer_SNDPlay(ePlayerSnd_BoulderStart, 0.0f); |
| 2462 | zEntPlayer_SNDPlayStreamRandom(ePlayerStreamSnd_SpongeBallComment1, |
| 2463 | ePlayerStreamSnd_SpongeBallComment3, 0.2f); |
| 2464 | zEntPlayer_SNDStop(ePlayerSnd_SlipLoop); |
| 2465 | return 0; |
| 2466 | } |
| 2467 | |
| 2468 | static void zEntPlayer_BoulderVehicleUpdate(xEnt* ent, xScene* sc, F32 dt); |
| 2469 | static void zEntPlayer_BoulderVehicleMove(xEnt*, xScene*, F32, xEntFrame* frame); |
nothing calls this directly
no test coverage detected