mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 06:32:00 +00:00
removed dead code
git-svn-id: https://svn.code.sf.net/p/fteqw/code/branches/wip@3529 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
57c75a4ce7
commit
02c692bb0e
1 changed files with 1 additions and 10 deletions
|
@ -665,11 +665,7 @@ V_UpdatePalette
|
|||
*/
|
||||
void GLV_UpdatePalette (qboolean force, double ftime)
|
||||
{
|
||||
// qboolean ogw;
|
||||
int i, j;
|
||||
qboolean update;
|
||||
// qbyte *basepal, *newpal;
|
||||
// qbyte pal[768];
|
||||
int i;
|
||||
float newhw_blend[4];
|
||||
int ir, ig, ib;
|
||||
|
||||
|
@ -717,12 +713,7 @@ void GLV_UpdatePalette (qboolean force, double ftime)
|
|||
ramps[2][i] = gammatable[ib]<<8;
|
||||
}
|
||||
|
||||
// ogw = gammaworks;
|
||||
VID_ShiftPalette (NULL);
|
||||
// if (ogw != gammaworks)
|
||||
// {
|
||||
// Con_DPrintf("Gamma working state %i\n", gammaworks);
|
||||
// }
|
||||
}
|
||||
|
||||
RSpeedEnd(RSPEED_PALETTEFLASHES);
|
||||
|
|
Loading…
Reference in a new issue