]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - tools/quake3/q3map2/surface_extra.c
q3map2 is now waring free
[xonotic/netradiant.git] / tools / quake3 / q3map2 / surface_extra.c
index 440fd94694b217209405962b74d87290debf79c7..5cadc1d9df99d708bf8233392fef3f8723639fe0 100644 (file)
@@ -346,7 +346,7 @@ void LoadSurfaceExtraFile( const char *path )
        }
        
        /* parse the file */
-       ParseFromMemory( buffer, size );
+       ParseFromMemory( (char *) buffer, size );
        
        /* tokenize it */
        while( 1 )