mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-01-22 07:51:20 +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
|
||||
|| !r_drawentities->value
|
||||
|| (cl.stats[STAT_ITEMS] & IT_INVISIBILITY)
|
||||
|| cl.stats[STAT_HEALTH] <= 0)
|
||||
|| cl.stats[STAT_HEALTH] <= 0
|
||||
|| !currententity->model)
|
||||
return;
|
||||
|
||||
|
|
Loading…
Reference in a new issue