summaryrefslogtreecommitdiff
blob: d32fab57b7e17f9037001636da0a96c1d93a81cc (plain)
1
2
3
4
5
6
7
8
9
Fix stub definition for USE=-png
https://github.com/quakeforge/quakeforge/issues/14
--- a/libs/image/png.c
+++ b/libs/image/png.c
@@ -320,3 +320,3 @@
 VISIBLE tex_t *
-LoadPNG (QFile *infile)
+LoadPNG (QFile *infile, int load)
 {