mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-28 04:51:42 +00:00
Fix shared colormap matching
This commit is contained in:
parent
c767436629
commit
102467489e
1 changed files with 1 additions and 1 deletions
|
|
@ -1591,7 +1591,7 @@ extracolormap_t *R_CreateColormap(char *p1, char *p2, char *p3)
|
||||||
|
|
||||||
for (exc = extra_colormaps; exc; exc = exc->next)
|
for (exc = extra_colormaps; exc; exc = exc->next)
|
||||||
{
|
{
|
||||||
if (exc->lump)
|
if (exc->lump != LUMPERROR)
|
||||||
continue;
|
continue;
|
||||||
if (maskcolor == exc->maskcolor
|
if (maskcolor == exc->maskcolor
|
||||||
&& fadecolor == exc->fadecolor
|
&& fadecolor == exc->fadecolor
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue