From 319d403c25e15f9a1a817f11a11ed1a9b605b4ee Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Thu, 8 Feb 2001 00:20:56 +0000 Subject: [PATCH] link movetype_none entitities into the world after doing the think --- source/sv_phys.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source/sv_phys.c b/source/sv_phys.c index 008de93..b2d9387 100644 --- a/source/sv_phys.c +++ b/source/sv_phys.c @@ -641,6 +641,7 @@ SV_Physics_None (edict_t *ent) { // regular thinking SV_RunThink (ent); + SV_LinkEdict (ent, false); } /*