Try setting USE_GAMMA_RAMPS to 1. For AAS

This commit is contained in:
Eric Wasylishen 2014-08-25 12:03:53 -06:00
parent 9eda6a4c7d
commit 2957b2fbab

View file

@ -106,7 +106,7 @@ cvar_t vid_gamma = {"gamma", "1", CVAR_ARCHIVE}; //johnfitz -- moved here from
//
//==========================================================================
#define USE_GAMMA_RAMPS 0
#define USE_GAMMA_RAMPS 1
#if USE_GAMMA_RAMPS
static unsigned short vid_gamma_red[256];