MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / BubbleSpinCB

Function BubbleSpinCB

src/SB/Game/zEntPlayer.cpp:1580–1587  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1578}
1579
1580static U32 BubbleSpinCB(xAnimTransition*, xAnimSingle* anim, void*)
1581{
1582 anim->CurrentSpeed = 0.0f;
1583 zEntPlayer_SNDPlay(ePlayerSnd_BubbleWand, 0.0f);
1584 sPlayerAttackInAir++;
1585 zEntPlayer_SNDStop(ePlayerSnd_SlipLoop);
1586 return 0;
1587}
1588
1589// FIXME: These floats are out of order (again...)
1590static void float_fix2(float* out)

Callers

nothing calls this directly

Calls 2

zEntPlayer_SNDPlayFunction · 0.85
zEntPlayer_SNDStopFunction · 0.85

Tested by

no test coverage detected