]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - host_cmd.c
Made Q1 face loading faster by using a faster lightmap packing algorithm.
[xonotic/darkplaces.git] / host_cmd.c
index 99f48c30ac8cdb4860fd2353e85c3261b0d6054a..da449a672a35acfa2e2a1f77c4448e5b8e25b7b0 100644 (file)
@@ -264,6 +264,10 @@ void Host_Map_f (void)
                return;
        }
 
+       // GAME_DELUXEQUAKE - clear warpmark (used by QC)
+       if (gamemode == GAME_DELUXEQUAKE)
+               Cvar_Set("warpmark", "");
+
        cls.demonum = -1;               // stop demo loop in case this fails
 
        CL_Disconnect ();