allow models to change colors more than once.

This commit is contained in:
Jaime Passos 2019-12-17 12:50:41 -03:00
parent 53c7df4818
commit 369563ad92
1 changed files with 1 additions and 1 deletions

View File

@ -963,7 +963,7 @@ static void HWR_GetBlendedTexture(GLPatch_t *gpatch, GLPatch_t *blendgpatch, INT
for (grmip = gpatch->mipmap; grmip->nextcolormap; )
{
grmip = grmip->nextcolormap;
if (grmip->colormap == colormap || grmip->tcindex == skinnum)
if (grmip->colormap == colormap || (skinnum < 1 && grmip->tcindex == skinnum))
{
if (grmip->downloaded && grmip->grInfo.data)
{