mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-26 12:01:47 +00:00
Duplicate lines
This commit is contained in:
parent
832cbfe278
commit
caa756acf9
1 changed files with 0 additions and 9 deletions
|
|
@ -1849,15 +1849,6 @@ extracolormap_t *R_CreateColormap(char *p1, char *p2, char *p3)
|
||||||
rgba = R_PutRgbaRGBA(cr, cg, cb, ca);
|
rgba = R_PutRgbaRGBA(cr, cg, cb, ca);
|
||||||
fadergba = R_PutRgbaRGBA(cfr, cfg, cfb, cfa);
|
fadergba = R_PutRgbaRGBA(cfr, cfg, cfb, cfa);
|
||||||
|
|
||||||
// Did we just make a default colormap?
|
|
||||||
#ifdef EXTRACOLORMAPLUMPS
|
|
||||||
if (R_CheckDefaultColormapByValues(true, true, true, rgba, fadergba, fadestart, fadeend, fog, LUMPERROR))
|
|
||||||
return NULL;
|
|
||||||
#else
|
|
||||||
if (R_CheckDefaultColormapByValues(true, true, true, rgba, fadergba, fadestart, fadeend, fog))
|
|
||||||
return NULL;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Did we just make a default colormap?
|
// Did we just make a default colormap?
|
||||||
#ifdef EXTRACOLORMAPLUMPS
|
#ifdef EXTRACOLORMAPLUMPS
|
||||||
if (R_CheckDefaultColormapByValues(true, true, true, rgba, fadergba, fadestart, fadeend, fog, LUMPERROR))
|
if (R_CheckDefaultColormapByValues(true, true, true, rgba, fadergba, fadestart, fadeend, fog, LUMPERROR))
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue