Made various log messages more informative

This commit is contained in:
Jonathan Poncelet
2019-01-28 18:32:29 +00:00
parent 6ba406be7d
commit 35869586c9
8 changed files with 18 additions and 18 deletions

View File

@@ -382,7 +382,7 @@ static HIMAGE pfnPIC_Load( const char *szPicName, const byte *image_buf, int ima
if( !szPicName || !*szPicName )
{
Con_Reportf( S_ERROR "CL_LoadImage: bad name!\n" );
Con_Reportf( S_ERROR "CL_LoadImage: refusing to load image with empty name\n" );
return 0;
}