Modular rendering system. Patch by use.less01
This might break MSVC builds. I'll take care of it later
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user