aboutsummaryrefslogtreecommitdiffstats
path: root/code/renderer/tr_image_pcx.c
diff options
context:
space:
mode:
Diffstat (limited to 'code/renderer/tr_image_pcx.c')
-rw-r--r--code/renderer/tr_image_pcx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/renderer/tr_image_pcx.c b/code/renderer/tr_image_pcx.c
index 216543e..2f062f2 100644
--- a/code/renderer/tr_image_pcx.c
+++ b/code/renderer/tr_image_pcx.c
@@ -48,7 +48,7 @@ typedef struct {
unsigned char data[];
} pcx_t;
-void LoadPCX ( const char *filename, byte **pic, int *width, int *height)
+void R_LoadPCX ( const char *filename, byte **pic, int *width, int *height)
{
byte *raw;
byte *end;