]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_video.c
fix two types to hopefulyl compile on MSVC
[xonotic/darkplaces.git] / cl_video.c
index 59a5b6031c9713d5a85c05704f770d9ee1237b1b..a6a5e0ea5262b9f6a65c8535408e8dec90cc1953 100644 (file)
@@ -34,7 +34,7 @@ static clvideo_t *FindUnusedVid( void )
 
 static qboolean OpenStream( clvideo_t * video )
 {
-       const char *errorstring;
+       char *errorstring;
        video->stream = dpvsimpledecode_open( video->filename, &errorstring);
        if (!video->stream )
        {