]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
forgot to include this in the previous commit
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 4 Mar 2006 14:36:50 +0000 (14:36 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 4 Mar 2006 14:36:50 +0000 (14:36 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6065 d7cf8633-e32d-0410-b094-e92efae38249

prvm_cmds.c

index e555ad1703f7a74fba301fa72ec4e4167cab4b09..ee88193313dbe8e1ec7ca476ab279a49857198c7 100644 (file)
@@ -2683,7 +2683,7 @@ void VM_cin_open( void )
        VM_CheckEmptyString( file );
     VM_CheckEmptyString( name );
 
-       if( CL_OpenVideo( file, name, MENUOWNER, false ) )
+       if( CL_OpenVideo( file, name, MENUOWNER ) )
                PRVM_G_FLOAT( OFS_RETURN ) = 1;
        else
                PRVM_G_FLOAT( OFS_RETURN ) = 0;