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:
Spoike 2006-10-18 23:39:37 +00:00
parent d6b8c50b14
commit 18e24f710c
1 changed files with 2 additions and 2 deletions

View File

@ -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");