| 160 | } |
| 161 | |
| 162 | F32 _GetCurrentH() |
| 163 | { |
| 164 | if (zcam_highbounce != 0) |
| 165 | { |
| 166 | return zcam_highbounce_h; |
| 167 | } |
| 168 | |
| 169 | if (wall_jump_enabled == WJVS_ENABLED) |
| 170 | { |
| 171 | return zcam_wall_h; |
| 172 | } |
| 173 | |
| 174 | return zCameraTweakGlobal_GetH(); |
| 175 | } |
| 176 | |
| 177 | F32 GetCurrentD() |
| 178 | { |
no test coverage detected