X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=image.c;h=549ca9c1afc9de9bdaf3c6a9f57c4e67044848a1;hb=b9d5e6a2abfaad61228b42141f8adfcc650e4288;hp=5a151506f6d0646a92ef38471d89ff3fe712956c;hpb=ad6069d88497f94391eb42b48073cd2af208f276;p=xonotic%2Fdarkplaces.git diff --git a/image.c b/image.c index 5a151506..549ca9c1 100644 --- 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;