- Changed MF7_SPRITEFLIP, MF8_ZDOOMTRANS to RenderFlags

- Added RF_ZDOOMADD
- renamed r_canontrans to r_vanillatrans
- this developer's insanity level has increased by 231%.
This commit is contained in:
Rachael Alexanderson 2017-06-01 13:13:30 -04:00 committed by Christoph Oelckers
commit 89b372cb01
8 changed files with 46 additions and 23 deletions

View file

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