]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_video.c
now uses de-we's darkplaces icon in mingw builds, and has proper file info on the...
[xonotic/darkplaces.git] / cl_video.c
index 165f1b067bb75b9c00b3ea822fae6b9c2980dd3f..130a58ffd3ce5ca4b552b7ccc8686ce6299c32af 100644 (file)
@@ -156,5 +156,5 @@ void CL_Video_Init(void)
        Cmd_AddCommand("playvideo", CL_PlayVideo_f);
        Cmd_AddCommand("stopvideo", CL_StopVideo_f);
 
-       clvideomempool = Mem_AllocPool("CL_Video");
+       clvideomempool = Mem_AllocPool("CL_Video", 0, NULL);
 }