aboutsummaryrefslogtreecommitdiffstats
path: root/code/renderer/tr_image_bmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'code/renderer/tr_image_bmp.c')
-rw-r--r--code/renderer/tr_image_bmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/renderer/tr_image_bmp.c b/code/renderer/tr_image_bmp.c
index 191843f..190b878 100644
--- a/code/renderer/tr_image_bmp.c
+++ b/code/renderer/tr_image_bmp.c
@@ -42,7 +42,7 @@ typedef struct
unsigned char palette[256][4];
} BMPHeader_t;
-void LoadBMP( const char *name, byte **pic, int *width, int *height )
+void R_LoadBMP( const char *name, byte **pic, int *width, int *height )
{
int columns, rows;
unsigned numPixels;