mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-29 13:00:43 +00:00
- RR: screen should not turn green when being attacked with alien poo.
This commit is contained in:
parent
63d71c120a
commit
034ef2290b
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@ void drawoverlays(double smoothratio)
|
||||||
// this does pain tinting etc from the CON
|
// this does pain tinting etc from the CON
|
||||||
V_AddBlend(pp->pals.r, pp->pals.g, pp->pals.b, pp->pals.a, blend);
|
V_AddBlend(pp->pals.r, pp->pals.g, pp->pals.b, pp->pals.a, blend);
|
||||||
// loogies courtesy of being snotted on
|
// loogies courtesy of being snotted on
|
||||||
if (pp->loogcnt > 0)
|
if (pp->loogcnt > 0 && !isRR())
|
||||||
{
|
{
|
||||||
V_AddBlend(0, 63, 0, (pp->loogcnt >> 1), blend);
|
V_AddBlend(0, 63, 0, (pp->loogcnt >> 1), blend);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue