This commit is contained in:
Jaime Passos 2019-12-18 11:47:26 -03:00
parent 7e55dd31f5
commit 1b81232d32
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 || (skinnum < 1 && grmip->tcindex == skinnum))
if (grmip->colormap == colormap || (skinnum < TC_DEFAULT && grmip->tcindex == skinnum))
{
if (grmip->downloaded && grmip->grInfo.data)
{