mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-06-02 10:01:54 +00:00
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:
parent
718544d190
commit
5bb2a9002c
9 changed files with 54 additions and 10 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue