]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - host_cmd.c
Merge MR 'Move SDL_GL_GetProcAddress after creating GL context'
[xonotic/darkplaces.git] / host_cmd.c
index a62b08324be7aa6bad9b80428204e4579b7853b1..582a58f9737162c0d8a7a64b406aacec2f1f325c 100644 (file)
@@ -964,7 +964,7 @@ static void Host_Loadgame_f (void)
                        PRVM_ED_ParseEdict (prog, start, ent);
 
                        // link it into the bsp tree
-                       if (!ent->priv.server->free)
+                       if (!ent->priv.server->free && !VectorCompare(PRVM_serveredictvector(ent, absmin), PRVM_serveredictvector(ent, absmax)))
                                SV_LinkEdict(ent);
                }