Revert "Fixed: opaque blood decals did not respect the GAMEINFO's blood color. This fixes opaque blood decals not getting the correct color in Chex Quest, as an example."

This reverts commit ee0330b0b1.
This commit is contained in:
Rachael Alexanderson 2022-02-09 09:11:07 -05:00
parent ee0330b0b1
commit 08b5f95e07

View file

@ -479,7 +479,6 @@ void FDecalLib::ParseDecal (FScanner &sc)
case DECAL_OPAQUEBLOOD:
newdecal.RenderStyle = STYLE_Normal;
newdecal.Translation = TRANSLATION(TRANSLATION_Blood, CreateBloodTranslation(gameinfo.defaultbloodcolor));
newdecal.opaqueBlood = true;
break;
}