summaryrefslogtreecommitdiff
path: root/src/renderer/tr_image_png.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/renderer/tr_image_png.c')
-rw-r--r--src/renderer/tr_image_png.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/renderer/tr_image_png.c b/src/renderer/tr_image_png.c
index 8b65f758..4dc9d9bb 100644
--- a/src/renderer/tr_image_png.c
+++ b/src/renderer/tr_image_png.c
@@ -2063,7 +2063,7 @@ void R_LoadPNG(const char *name, byte **pic, int *width, int *height)
{
CloseBufferedFile(ThePNG);
- Com_Printf(S_COLOR_YELLOW "%s: invalid image size\n", name);
+ ri.Printf( PRINT_WARNING, "%s: invalid image size\n", name );
return;
}