mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-10 22:30:37 +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
|
// regular thinking
|
||||||
SV_RunThink (ent);
|
SV_RunThink (ent);
|
||||||
|
SV_LinkEdict (ent, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue