]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - image.h
sprites now use skinframe_t instead of their own texture/fogtexture fields
[xonotic/darkplaces.git] / image.h
diff --git a/image.h b/image.h
index a25f2201193578df8475f1ed8ad10f2c11f0dc11..944020e6cfd1fa225cf4e9cc600453991313f5e9 100644 (file)
--- a/image.h
+++ b/image.h
@@ -77,7 +77,7 @@ typedef struct imageskin_s
 }
 imageskin_t;
 
-int image_loadskin(imageskin_t *s, char *name);
+int image_loadskin(imageskin_t *s, const char *name);
 void image_freeskin(imageskin_t *s);
 
 #endif