mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-21 19:51:18 +00:00
link movetype_none entitities into the world after doing the think
This commit is contained in:
parent
fdaf69b9ae
commit
319d403c25
1 changed files with 1 additions and 0 deletions
|
@ -641,6 +641,7 @@ SV_Physics_None (edict_t *ent)
|
|||
{
|
||||
// regular thinking
|
||||
SV_RunThink (ent);
|
||||
SV_LinkEdict (ent, false);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue