mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 14:42:13 +00:00
De-spammified Hexen2.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2415 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
d6b8c50b14
commit
18e24f710c
1 changed files with 2 additions and 2 deletions
|
@ -3589,9 +3589,9 @@ void PF_Remove (progfuncs_t *prinst, struct globalvars_s *pr_globals)
|
|||
|
||||
ed = G_EDICT(prinst, OFS_PARM0);
|
||||
|
||||
if (ed->isfree && progstype != PROG_H2) //h2 is dire...
|
||||
if (ed->isfree)
|
||||
{
|
||||
ED_CanFree(ed);
|
||||
ED_CanFree(ed); //fake it
|
||||
if (developer.value)
|
||||
{
|
||||
Con_Printf("Tried removing free entity at:\n");
|
||||
|
|
Loading…
Reference in a new issue