Change fires to a more visually-appealing red-orange color. Looks *killer*

Add -brighten arg to GL targets, to replace -gamma but still look nice.
"-brighten 2.5" brightens the palette by 2.5 times, to give a similar
effect to the brightness cvar, but without the dithering brightness
gives. This is a palette hack, which means it _can't_ be a cvar.
This commit is contained in:
Jeff Teunissen 2000-10-28 07:11:37 +00:00
parent 718544d190
commit 5bb2a9002c
9 changed files with 54 additions and 10 deletions

View file

@ -289,7 +289,7 @@ void GL_Set2D (void);
//
// gl_rmain.c
//
void GL_CheckGamma (unsigned char *pal);
void GL_CheckBrightness (unsigned char *pal);
//qboolean R_CullBox (vec3_t mins, vec3_t maxs);
void R_RotateForEntity (entity_t *e);