mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-09 01:01:07 +00:00
Fix my stoopid bug
This commit is contained in:
parent
68f404a3df
commit
2567b18924
1 changed files with 1 additions and 1 deletions
|
@ -2815,7 +2815,7 @@ void *Mod_LoadAllSkins (int numskins, daliasskintype_t *pskintype)
|
|||
pheader->fbtextures[i][0] = TexMgr_LoadImage (loadmodel, filename2, fwidth, fheight,
|
||||
SRC_RGBA, data, filename, 0, TEXPREF_ALPHA|texflags|TEXPREF_MIPMAP );
|
||||
else
|
||||
pheader->fbtextures[i][j&3] = NULL;
|
||||
pheader->fbtextures[i][0] = NULL;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue