Searched refs:autocam (Results 1 - 3 of 3) sorted by relevance

/external/quake/quake/src/QW/client/
H A Dcl_cam.c55 int autocam = CAM_NONE; variable
98 if (autocam && locked && cl_chasecam.value)
106 if (cl.spectator && autocam && locked && cl_chasecam.value &&
114 if (autocam) {
117 autocam = CAM_NONE;
328 if (!autocam || cls.state != ca_active)
354 if (!locked || !autocam)
441 !autocam || !locked)
478 if (autocam && locked) {
503 autocam
[all...]
H A Dclient.h476 extern int autocam;
H A Dsbar.c788 if (!cl.spectator || autocam == CAM_TRACK)
798 if (autocam != CAM_TRACK) {

Completed in 106 milliseconds