- made r_fullbrightignoresectorcolor a MAPINFO option, so far only working on the software renderer. GL still needs a few changes to handle it correctly.
This commit is contained in:
parent
c923f8c5e1
commit
dd03bb1fcb
12 changed files with 53 additions and 25 deletions
|
|
@ -91,6 +91,11 @@ static TArray<DVector3a> InterpolationPath;
|
|||
|
||||
// PUBLIC DATA DEFINITIONS -------------------------------------------------
|
||||
|
||||
CUSTOM_CVAR(Int, r_preservesectorcolor, -1, CVAR_ARCHIVE | CVAR_GLOBALCONFIG)
|
||||
{
|
||||
if (self < -1 || self > 1) self = -1;
|
||||
}
|
||||
|
||||
CVAR (Bool, r_deathcamera, false, CVAR_ARCHIVE)
|
||||
CVAR (Int, r_clearbuffer, 0, 0)
|
||||
CVAR (Bool, r_drawvoxels, true, 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue