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

Function zCameraSetHighbounce

src/SB/Game/zCamera.cpp:722–732  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

720}
721
722void zCameraSetHighbounce(S32 lbounce)
723{
724 if (zcam_longbounce != 0 || zcam_highbounce != lbounce)
725 {
726 zcam_lbbounce = 0;
727 }
728
729 zcam_highbounce = lbounce;
730 // li r0 happens too early
731 zcam_longbounce = 0;
732}
733
734void zCameraSetPlayerVel(xVec3* vel)
735{

Callers 2

LassoSwingBeginCBFunction · 0.85
set_cameraFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected