mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
HOLD UP
This commit is contained in:
parent
775b64f540
commit
7ffb6bb09b
2 changed files with 0 additions and 3 deletions
|
|
@ -677,8 +677,6 @@ static void HWR_LoadPatchFlat(GLMipmap_t *grMipmap, lumpnum_t flatlumpnum)
|
|||
grMipmap->height = (UINT16)SHORT(patch->height);
|
||||
|
||||
R_FlatPatch(patch, Z_Malloc(grMipmap->width * grMipmap->height, PU_HWRCACHE, &grMipmap->grInfo.data));
|
||||
|
||||
Z_Free(patch);
|
||||
}
|
||||
|
||||
static void HWR_LoadTextureFlat(GLMipmap_t *grMipmap, INT32 texturenum)
|
||||
|
|
|
|||
|
|
@ -1680,7 +1680,6 @@ boolean R_CheckIfPatch(lumpnum_t lump)
|
|||
}
|
||||
}
|
||||
|
||||
Z_Free(patch);
|
||||
return result;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue