]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - image.c
sprites now use skinframe_t instead of their own texture/fogtexture fields
[xonotic/darkplaces.git] / image.c
diff --git a/image.c b/image.c
index 5a151506f6d0646a92ef38471d89ff3fe712956c..549ca9c1afc9de9bdaf3c6a9f57c4e67044848a1 100644 (file)
--- a/image.c
+++ b/image.c
@@ -1512,7 +1512,7 @@ void Image_HeightmapToNormalmap(const unsigned char *inpixels, unsigned char *ou
        }
 }
 
-int image_loadskin(imageskin_t *s, char *shadername)
+int image_loadskin(imageskin_t *s, const char *shadername)
 {
        int j;
        unsigned char *bumppixels;