X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=jpeg.c;h=45a2c32b56040932b2e501eca6bf62d383cf6c83;hp=70bd13dab1f5b00c537995429696bab95cd41424;hb=9dc8149ee231682452a52a4ec4bdee3981da5492;hpb=5f287be4a74858793ea36ca8144e2b1720d99d9f diff --git a/jpeg.c b/jpeg.c index 70bd13da..45a2c32b 100644 --- a/jpeg.c +++ b/jpeg.c @@ -671,7 +671,7 @@ qboolean JPEG_SaveImage_preflipped (const char *filename, int width, int height, } // Open the file - file = FS_Open (filename, "wb", true); + file = FS_Open (filename, "wb", true, false); if (!file) return false;