mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
And do the same fix in qw (oops).
This commit is contained in:
parent
05be74510f
commit
e3f6e74814
1 changed files with 2 additions and 0 deletions
|
@ -225,6 +225,8 @@ CL_ClearTEnts (void)
|
|||
t->ent.efrag = 0;
|
||||
free_temp_entities (to->to.ex.tent);
|
||||
}
|
||||
free_tent_objects (cl_explosions);
|
||||
cl_explosions = 0;
|
||||
}
|
||||
|
||||
static inline void
|
||||
|
|
Loading…
Reference in a new issue