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

@ -353,7 +353,7 @@ static void CD_f (void)
Con_Printf("Currently %s track %u\n", playLooping ? "looping" : "playing", playTrack);
else if (wasPlaying)
Con_Printf("Paused %s track %u\n", playLooping ? "looping" : "playing", playTrack);
Con_Printf("Volume is %f\n", cdvolume);
Con_Printf("Volume is %g\n", cdvolume);
return;
}
}