| 180 | } |
| 181 | |
| 182 | F32 _GetCurrentD() |
| 183 | { |
| 184 | if (zcam_highbounce != 0) |
| 185 | { |
| 186 | return zcam_highbounce_d; |
| 187 | } |
| 188 | |
| 189 | if (wall_jump_enabled == WJVS_ENABLED) |
| 190 | { |
| 191 | return zcam_wall_d; |
| 192 | } |
| 193 | |
| 194 | return zCameraTweakGlobal_GetD(); |
| 195 | } |
| 196 | } // namespace |
| 197 | |
| 198 | static F32 EaseInOut(F32 param) |
no test coverage detected