Fix shared colormap matching

This commit is contained in:
mazmazz 2018-09-10 16:42:07 -04:00
parent 53733ddf76
commit 7608583c6f
1 changed files with 1 additions and 1 deletions

View File

@ -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