Home
last modified time | relevance | path

Searched refs:cv_cam_rotate (Results 1 – 5 of 5) sorted by relevance

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dp_floor.c1730 t_cam_rotate = cv_cam_rotate.value; in T_CameraScanner()
1733 CV_SetValue(&cv_cam_rotate, elevator->distance); in T_CameraScanner()
1742 if (t_cam_rotate != -42 && cv_cam_rotate.value != t_cam_rotate) in T_CameraScanner()
1743 CV_Set(&cv_cam_rotate, va("%f", (double)t_cam_rotate)); in T_CameraScanner()
H A Dp_local.h116 extern consvar_t cv_cam_speed, cv_cam_rotate, cv_cam_rotspeed, cv_cam_turnmultiplier, cv_cam_orbit,…
H A Dp_setup.c3778 if (!cv_cam_rotate.changed) in P_InitCamera()
3779 CV_Set(&cv_cam_rotate, cv_cam_rotate.defaultvalue); in P_InitCamera()
H A Dp_user.c9650 if (cv_cam_rotate.value < 0) in CV_CamRotate_OnChange()
9651 CV_SetValue(&cv_cam_rotate, cv_cam_rotate.value + 360); in CV_CamRotate_OnChange()
9652 else if (cv_cam_rotate.value > 359) in CV_CamRotate_OnChange()
9653 CV_SetValue(&cv_cam_rotate, cv_cam_rotate.value % 360); in CV_CamRotate_OnChange()
9673 consvar_t cv_cam_rotate = CVAR_INIT ("cam_rotate", "0", CV_CALL|CV_NOINIT, CV_CamRotate, CV_CamRota… variable
9842 camrotate = cv_cam_rotate.value; in P_MoveChaseCamera()
9895 camrotate = atoi(cv_cam_rotate.defaultvalue); in P_MoveChaseCamera()
9904 camrotate = cv_cam_rotate.value; in P_MoveChaseCamera()
H A Dr_main.c1612 CV_RegisterVar(&cv_cam_rotate); in R_RegisterEngineStuff()