]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cd_shared.c
redesigned csqc shared entity .Version handling, now internally uses a
[xonotic/darkplaces.git] / cd_shared.c
index 0f5a3ade8f1af29eb669fdd5602bae59946d092d..aa33079dd2ea55710e50481907f3a85cb5918734 100644 (file)
@@ -257,13 +257,14 @@ static void CD_f (void)
        int ret;
        int n;
 
-       Host_StartVideo();
-
        if (Cmd_Argc() < 2)
                return;
 
        command = Cmd_Argv (1);
 
+       if (strcasecmp(command, "remap") != 0)
+               Host_StartVideo();
+
        if (strcasecmp(command, "on") == 0)
        {
                enabled = true;