Skip to content

Commit

Permalink
- remove default lost soul translucency
Browse files Browse the repository at this point in the history
  • Loading branch information
madame-rachelle committed Mar 8, 2022
1 parent 1785788 commit a245e4f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion wadsrc/static/menudef.txt
Expand Up @@ -945,7 +945,6 @@ OptionMenu "VideoOptions" protected
Option "$DSPLYMNU_WIPETYPE", "wipetype", "Wipes"
Option "$DSPLYMNU_DRAWFUZZ", "r_drawfuzz", "Fuzziness"
Option "$DSPLYMNU_OLDTRANS", "r_vanillatrans", "VanillaTrans"
Slider "$DSPLYMNU_TRANSSOUL", "transsouls", 0.25, 1.0, 0.05, 2
Option "$DSPLYMNU_FAKECONTRAST", "r_fakecontrast", "Contrast"
Option "$DSPLYMNU_ROCKETTRAILS", "cl_rockettrails", "RocketTrailTypes"
Option "$DSPLYMNU_BLOODTYPE", "cl_bloodtype", "BloodTypes"
Expand Down
1 change: 0 additions & 1 deletion wadsrc/static/zscript/actors/doom/lostsoul.zs
Expand Up @@ -20,7 +20,6 @@ class LostSoul : Actor
PainSound "skull/pain";
DeathSound "skull/death";
ActiveSound "skull/active";
RenderStyle "SoulTrans";
Obituary "$OB_SKULL";
Tag "$FN_LOST";
}
Expand Down

0 comments on commit a245e4f

Please sign in to comment.