]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_main.c
.dpv video playback is now implemented. Slow though, because it's resizing textures...
[xonotic/darkplaces.git] / cl_main.c
index 4f83e460c8562db4ff1b648539449ddcbabf4cde..f64a4e057c5e9583930f30902234539c8e01d6bd 100644 (file)
--- a/cl_main.c
+++ b/cl_main.c
@@ -21,6 +21,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include "quakedef.h"
 #include "cl_collision.h"
+#include "cl_video.h"
 
 // we need to declare some mouse variables here, because the menu system
 // references them even when on a unix system.
@@ -975,5 +976,7 @@ void CL_Init (void)
        CL_Particles_Init();
        CL_Screen_Init();
        CL_CGVM_Init();
+
+       CL_Video_Init();
 }