]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_video.h
Fix a bug in the video system.
[xonotic/darkplaces.git] / cl_video.h
index 8439e92cc65ba80ceac47048f3c2439258779814..878d24941babc5296b1e570504beaa588de22477 100644 (file)
@@ -46,7 +46,7 @@ typedef struct clvideo_s
 } clvideo_t;
 
 clvideo_t*     CL_OpenVideo( const char *filename, const char *name, int owner );
-clvideo_t*     CL_GetVideo( const char *name );
+clvideo_t*     CL_GetVideoByName( const char *name );
 void           CL_SetVideoState( clvideo_t *video, clvideostate_t state );
 void           CL_RestartVideo( clvideo_t *video );