X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=host_cmd.c;h=5c1f0969d90e16558938df19c185739895a1e628;hb=615c9db8a46177062894d229cd7afd5bd975f760;hp=21ddd7aa7e40022f7907694cc672c7a9a66f735c;hpb=81deb2e3a31d61f033f583e0fa6624fa39809c3c;p=xonotic%2Fdarkplaces.git diff --git a/host_cmd.c b/host_cmd.c index 21ddd7aa..5c1f0969 100644 --- a/host_cmd.c +++ b/host_cmd.c @@ -877,7 +877,7 @@ void Host_Loadgame_f (void) // link it into the bsp tree if (!ent->priv.server->free) - SV_LinkEdict (ent, false); + SV_LinkEdict(ent); } end = t;