mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 08:20:40 +00:00
whitespace
This commit is contained in:
parent
120bd66ccc
commit
7d2784e1bc
3 changed files with 8 additions and 9 deletions
|
@ -201,8 +201,8 @@ Mod_LoadAliasModel (model_t *mod, void *buffer, cache_allocator_t allocator)
|
|||
Sys_Error ("model %s has no triangles", mod->name);
|
||||
|
||||
if (pmodel->numtris > triangles_size) {
|
||||
triangles =
|
||||
realloc (triangles, pmodel->numtris * sizeof (mtriangle_t));
|
||||
triangles = realloc (triangles,
|
||||
pmodel->numtris * sizeof (mtriangle_t));
|
||||
if (!triangles)
|
||||
Sys_Error ("model_alias: out of memory");
|
||||
triangles_size = pmodel->numtris;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue