Added menu option for toggling true color output on and off

This commit is contained in:
Magnus Norddahl 2016-05-30 13:32:24 +02:00
commit 7080180d47
6 changed files with 218 additions and 196 deletions

View file

@ -103,6 +103,7 @@ bool r_dontmaplines;
CVAR (String, r_viewsize, "", CVAR_NOSET)
CVAR (Bool, r_shadercolormaps, true, CVAR_ARCHIVE)
CVAR (Bool, r_swtruecolor, false, CVAR_ARCHIVE)
double r_BaseVisibility;
double r_WallVisibility;