aboutsummaryrefslogtreecommitdiffstats
path: root/code/renderer/tr_image_png.c
diff options
context:
space:
mode:
Diffstat (limited to 'code/renderer/tr_image_png.c')
-rw-r--r--code/renderer/tr_image_png.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/renderer/tr_image_png.c b/code/renderer/tr_image_png.c
index 573ab12..0691408 100644
--- a/code/renderer/tr_image_png.c
+++ b/code/renderer/tr_image_png.c
@@ -1889,7 +1889,7 @@ static qboolean DecodeImageInterlaced(struct PNG_Chunk_IHDR *IHDR,
* The PNG loader
*/
-void LoadPNG(const char *name, byte **pic, int *width, int *height)
+void R_LoadPNG(const char *name, byte **pic, int *width, int *height)
{
struct BufferedFile *ThePNG;
byte *OutBuffer;