mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-17 22:50:51 +00:00
how me a repeatable bug and I'll show you a dead bug }:>
(this fixes the "Cache_Free: not allocated" crash)
This commit is contained in:
parent
be4d2f57ea
commit
52b0c8f3fc
1 changed files with 1 additions and 0 deletions
|
@ -395,6 +395,7 @@ R_AliasGetSkindesc (int skinnum, aliashdr_t *ahdr)
|
|||
if (pskindesc->type == ALIAS_SKIN_GROUP) {
|
||||
float fullskininterval;
|
||||
int i;
|
||||
int numskins;
|
||||
float skintargettime, skintime;
|
||||
float *pskinintervals;
|
||||
|
||||
|
|
Loading…
Reference in a new issue