mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-26 14:01:45 +00:00
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:
parent
ee0330b0b1
commit
08b5f95e07
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue