- 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:
parent
c252b5d753
commit
89b372cb01
8 changed files with 46 additions and 23 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue