| 4894 | } |
| 4895 | |
| 4896 | void zEntPlayerPreReset() |
| 4897 | { |
| 4898 | globals.player.ControlOff = 0; |
| 4899 | if (!oob_state::IsPlayerInControl()) |
| 4900 | { |
| 4901 | zEntPlayerControlOff(CONTROL_OWNER_OOB); |
| 4902 | globals.player.ControlOffTimer = 1e38; |
| 4903 | } |
| 4904 | } |
| 4905 | |
| 4906 | F32 ComputeFudge(F32 a, F32 b) |
| 4907 | { |
no test coverage detected