fix a parse error LordHavoc missed

This commit is contained in:
Bill Currie 2000-06-30 10:07:04 +00:00
parent 1364c8b47f
commit a16a0674a7

View file

@ -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;