mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-16 03:32:33 +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)
|
||||
{
|
||||
if (exc->lump)
|
||||
if (exc->lump != LUMPERROR)
|
||||
continue;
|
||||
if (maskcolor == exc->maskcolor
|
||||
&& fadecolor == exc->fadecolor
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue