link movetype_none entitities into the world after doing the think

This commit is contained in:
Bill Currie 2001-02-08 00:20:56 +00:00
parent fdaf69b9ae
commit 319d403c25

View file

@ -641,6 +641,7 @@ SV_Physics_None (edict_t *ent)
{
// regular thinking
SV_RunThink (ent);
SV_LinkEdict (ent, false);
}
/*