]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_video.c
changed a ton of developer cvar checks into developer_extra/insane
[xonotic/darkplaces.git] / cl_video.c
index 8e51872864f2945c8838dc84d67570948bb1affd..fcfd0d0a96b452ec84cace550305635de677753c 100644 (file)
@@ -116,9 +116,7 @@ clvideo_t* CL_OpenVideo( const char *filename, const char *name, int owner )
        clvideo_t *video;
        // sanity check
        if( !name || !*name || strncmp( name, CLVIDEOPREFIX, sizeof( CLVIDEOPREFIX ) - 1 ) != 0 ) {
-               if( developer.integer > 0 ) {
-                       Con_Printf( "CL_OpenVideo: Bad video texture name '%s'!\n", name );
-               }
+               Con_DPrintf( "CL_OpenVideo: Bad video texture name '%s'!\n", name );
                return NULL;
        }