- RR: screen should not turn green when being attacked with alien poo.

This commit is contained in:
Christoph Oelckers 2020-11-22 17:38:07 +01:00
parent 63d71c120a
commit 034ef2290b

View file

@ -234,7 +234,7 @@ void drawoverlays(double smoothratio)
// this does pain tinting etc from the CON
V_AddBlend(pp->pals.r, pp->pals.g, pp->pals.b, pp->pals.a, blend);
// loogies courtesy of being snotted on
if (pp->loogcnt > 0)
if (pp->loogcnt > 0 && !isRR())
{
V_AddBlend(0, 63, 0, (pp->loogcnt >> 1), blend);
}