X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=sv_save.c;h=4c0eca7d3958f1185464c80efb84863967ffb3ac;hb=ecf791f3900acd276fcabbca655bb2833dc50173;hp=b90f748775029e8b2ff0b9640fdfef52bd768961;hpb=f847004b9818defbfd4bf15fe7b891fee2706079;p=xonotic%2Fdarkplaces.git diff --git a/sv_save.c b/sv_save.c index b90f7487..4c0eca7d 100644 --- a/sv_save.c +++ b/sv_save.c @@ -437,7 +437,7 @@ void SV_Loadgame_f(cmd_state_t *cmd) PRVM_ED_ParseEdict (prog, start, ent); // link it into the bsp tree - if (!ent->free && !VectorCompare(PRVM_serveredictvector(ent, absmin), PRVM_serveredictvector(ent, absmax))) + if (!ent->free) SV_LinkEdict(ent); }