]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - jpeg.h
Fix a typo in DrawQ_RotPic which broke it badly.
[xonotic/darkplaces.git] / jpeg.h
diff --git a/jpeg.h b/jpeg.h
index 3b8738cdabdb6e8d8786fca770bb696b6e29bb14..ff17eb753b8658bc94390205fc30c84bb0340f01 100644 (file)
--- a/jpeg.h
+++ b/jpeg.h
@@ -27,7 +27,7 @@
 
 qboolean JPEG_OpenLibrary (void);
 void JPEG_CloseLibrary (void);
-unsigned char* JPEG_LoadImage_BGRA (const unsigned char *f, int filesize);
+unsigned char* JPEG_LoadImage_BGRA (const unsigned char *f, int filesize, int *miplevel);
 qboolean JPEG_SaveImage_preflipped (const char *filename, int width, int height, unsigned char *data);
 
 /*! \returns 0 if failed, or the size actually used.