mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-01-22 16:01:25 +00:00
r_drawentities bug in sw fix
(from WildCode)
This commit is contained in:
parent
4eef82f08a
commit
cc8d6c5827
1 changed files with 3 additions and 1 deletions
|
@ -669,7 +669,9 @@ R_DrawViewModel (void)
|
||||||
dlight_t *dl;
|
dlight_t *dl;
|
||||||
|
|
||||||
if (!r_drawviewmodel->int_val || r_fov_greater_than_90
|
if (!r_drawviewmodel->int_val || r_fov_greater_than_90
|
||||||
|| !Cam_DrawViewModel ())return;
|
|| !Cam_DrawViewModel ()
|
||||||
|
|| !r_drawentities->int_val)
|
||||||
|
return;
|
||||||
|
|
||||||
if (cl.stats[STAT_ITEMS] & IT_INVISIBILITY)
|
if (cl.stats[STAT_ITEMS] & IT_INVISIBILITY)
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in a new issue