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

Function zCameraSetLongbounce

src/SB/Game/zCamera.cpp:710–720  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

708}
709
710void zCameraSetLongbounce(S32 lbounce)
711{
712 if (zcam_highbounce != 0 || zcam_longbounce != lbounce)
713 {
714 zcam_lbbounce = 0;
715 }
716
717 zcam_longbounce = lbounce;
718 // li r0 happens too early
719 zcam_highbounce = 0;
720}
721
722void zCameraSetHighbounce(S32 lbounce)
723{

Callers 2

LassoSwingBeginCBFunction · 0.85
set_cameraFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected