mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-30 00:30:38 +00:00
fix alias model loading for when the model has groups. gdbinit added to ease
debugging
This commit is contained in:
parent
830d6e044e
commit
b88799880f
4 changed files with 7 additions and 7 deletions
|
@ -150,7 +150,6 @@ void *Mod_LoadAllSkins (int numskins, daliasskintype_t *pskintype, int *pskinind
|
|||
|
||||
for (j=0 ; j<groupskins ; j++)
|
||||
{
|
||||
skin+=4;
|
||||
skin = Mod_LoadSkin (skin, skinsize, &paliasskingroup->skindescs[i].skin, i, j);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue