mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-30 05:00:46 +00:00
Fix shared colormap matching
This commit is contained in:
parent
53733ddf76
commit
7608583c6f
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…
Reference in a new issue