X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=cl_video.h;h=d98c0087d5179e7cd14ad3a85eb28e19c9e055a1;hb=25b530342f5e5a1c2878954f79f6398aeea890a0;hp=cc38798f0c435413ebc7c089ce5bea351ef88b49;hpb=57975fbf6b9ae66a76430e1551cf74ded4ed7d44;p=xonotic%2Fdarkplaces.git diff --git a/cl_video.h b/cl_video.h index cc38798f..d98c0087 100644 --- a/cl_video.h +++ b/cl_video.h @@ -2,8 +2,10 @@ #ifndef CL_VIDEO_H #define CL_VIDEO_H -#define MAXCLVIDEOS 64 + 1 // 1 video is reserved for the cinematic mode -#define CLVIDEOPREFIX "_video/" +#include "cl_dyntexture.h" + +// yields DYNAMIC_TEXTURE_PATH_PREFIX CLVIDEOPREFIX video name for a path +#define CLVIDEOPREFIX CLDYNTEXTUREPREFIX "video/" #define CLTHRESHOLD 2.0 #define MENUOWNER 1 @@ -53,7 +55,7 @@ void CL_RestartVideo( clvideo_t *video ); void CL_CloseVideo( clvideo_t * video ); void CL_PurgeOwner( int owner ); -void CL_VideoFrame( void ); // update all videos +void CL_Video_Frame( void ); // update all videos void CL_Video_Init( void ); void CL_Video_Shutdown( void );