- Added 'canonical transparency' cvar r_canontrans - this simply turns off transparency for Doom objects that were marked as transparent sometime in ZDoom's development cycle

This commit is contained in:
Rachael Alexanderson 2017-06-01 10:41:52 -04:00 committed by Christoph Oelckers
commit 01f88cfb16
19 changed files with 33 additions and 3 deletions

View file

@ -38,6 +38,7 @@
#include "serializer.h"
CVAR (Bool, r_drawtrans, true, 0)
CVAR (Bool, r_canontrans, false, CVAR_ARCHIVE)
CVAR (Int, r_drawfuzz, 1, CVAR_ARCHIVE)
// Convert legacy render styles to flexible render styles.