]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - image.c
moved the GL_CloseLibrary call a bit
[xonotic/darkplaces.git] / image.c
diff --git a/image.c b/image.c
index 2023b0ae3096d026fcf14c86620101c9d70308bd..f36e975d75627102d3369bd847a72316a384a330 100644 (file)
--- a/image.c
+++ b/image.c
@@ -159,6 +159,7 @@ qbyte* LoadPCX (qbyte *f, int matchwidth, int matchheight)
                        else
                                a[x++] = dataByte;
                }
+               fin += pcx.bytes_per_line - image_width; // the number of bytes per line is always forced to an even number
                while(x < image_width)
                        a[x++] = 0;
        }