mirror of
https://github.com/ZDoom/qzdoom.git
synced 2025-02-09 01:01:05 +00:00
- remove default lost soul translucency
This commit is contained in:
parent
1785788bdc
commit
a245e4faad
2 changed files with 0 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -20,7 +20,6 @@ class LostSoul : Actor
|
|||
PainSound "skull/pain";
|
||||
DeathSound "skull/death";
|
||||
ActiveSound "skull/active";
|
||||
RenderStyle "SoulTrans";
|
||||
Obituary "$OB_SKULL";
|
||||
Tag "$FN_LOST";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue