| 720 | } |
| 721 | |
| 722 | void 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 | |
| 734 | void zCameraSetPlayerVel(xVec3* vel) |
| 735 | { |
no outgoing calls
no test coverage detected