diff --git a/source/games/duke/src/game_misc.cpp b/source/games/duke/src/game_misc.cpp index cdc4b6df3..e73632615 100644 --- a/source/games/duke/src/game_misc.cpp +++ b/source/games/duke/src/game_misc.cpp @@ -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); }