]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
do NOT Host_StartVideo for a simple "cd remap"
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 7 Jun 2008 13:37:50 +0000 (13:37 +0000)
committerdivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 7 Jun 2008 13:37:50 +0000 (13:37 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8332 d7cf8633-e32d-0410-b094-e92efae38249

cd_shared.c

index 0f5a3ade8f1af29eb669fdd5602bae59946d092d..2f6dde38cbde98ed67dfd71e175ca0246ad127e8 100644 (file)
@@ -257,7 +257,8 @@ static void CD_f (void)
        int ret;
        int n;
 
-       Host_StartVideo();
+       if (strcasecmp(command, "remap") != 0)
+               Host_StartVideo();
 
        if (Cmd_Argc() < 2)
                return;