mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-02-18 10:11:11 +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:
|
case DECAL_OPAQUEBLOOD:
|
||||||
newdecal.RenderStyle = STYLE_Normal;
|
newdecal.RenderStyle = STYLE_Normal;
|
||||||
newdecal.Translation = TRANSLATION(TRANSLATION_Blood, CreateBloodTranslation(gameinfo.defaultbloodcolor));
|
|
||||||
newdecal.opaqueBlood = true;
|
newdecal.opaqueBlood = true;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue