()
| 147 | } |
| 148 | |
| 149 | public static void CenterView() { |
| 150 | ClientGlobals.cl.viewangles[PITCH] = -Math3D |
| 151 | .SHORT2ANGLE(ClientGlobals.cl.frame.playerstate.pmove.delta_angles[PITCH]); |
| 152 | } |
| 153 | |
| 154 | public static void Move(usercmd_t cmd) { |
| 155 | if (!IN.mouse_avail) |
no test coverage detected