- use 0 as the default for r_vanillatrans.

As nice as the automatic is, this will trigger far too many cases where it will disable translucency for mods that only change some texts. Dehacked is very often only used for non-actor related modifications.
If the automatic is supposed to be the default it needs to do a lot more thorough checks to avoid bug reports due to misunderstanding the feature.
This commit is contained in:
Christoph Oelckers 2017-06-04 12:39:39 +02:00
parent c18134dbd3
commit 1cb3514b05
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
#endif
bool r_UseVanillaTransparency;
CVAR (Int, r_vanillatrans, 2, CVAR_ARCHIVE)
CVAR (Int, r_vanillatrans, 0, CVAR_ARCHIVE)
namespace
{