remove the fov test from the view model drawing test. ie, you can see your

weapon with fov > 90
This commit is contained in:
Bill Currie 2001-02-07 18:27:21 +00:00
parent 542457480f
commit c935512294

View file

@ -701,7 +701,7 @@ R_DrawViewModel (void)
float add;
dlight_t *dl;
if (!r_drawviewmodel->int_val || r_fov_greater_than_90
if (!r_drawviewmodel->int_val
|| !Cam_DrawViewModel ()
|| !r_drawentities->int_val)
return;