mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-20 17:31:08 +00:00
...space
This commit is contained in:
parent
997f5feabe
commit
6059c7b4df
1 changed files with 2 additions and 4 deletions
|
@ -569,10 +569,8 @@ R_AliasGetSkindesc (int skinnum, aliashdr_t *ahdr)
|
|||
((byte *) ahdr + ahdr->skindesc)) + skinnum;
|
||||
|
||||
if (pskindesc->type == ALIAS_SKIN_GROUP) {
|
||||
float fullskininterval;
|
||||
int i;
|
||||
int numskins;
|
||||
float skintargettime, skintime;
|
||||
int numskins, i;
|
||||
float fullskininterval, skintargettime, skintime;
|
||||
float *pskinintervals;
|
||||
|
||||
paliasskingroup = (maliasskingroup_t *) ((byte *) ahdr +
|
||||
|
|
Loading…
Reference in a new issue