mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-04-29 01:21:00 +00:00
fix a parse error LordHavoc missed
This commit is contained in:
parent
1364c8b47f
commit
a16a0674a7
1 changed files with 1 additions and 1 deletions
|
@ -726,7 +726,7 @@ void R_DrawViewModel (void)
|
||||||
|| envmap
|
|| envmap
|
||||||
|| !r_drawentities->value
|
|| !r_drawentities->value
|
||||||
|| (cl.stats[STAT_ITEMS] & IT_INVISIBILITY)
|
|| (cl.stats[STAT_ITEMS] & IT_INVISIBILITY)
|
||||||
|| cl.stats[STAT_HEALTH] <= 0)
|
|| cl.stats[STAT_HEALTH] <= 0
|
||||||
|| !currententity->model)
|
|| !currententity->model)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue