Revert "PCX_Decode warning demoted to 'dev only'"

This reverts commit 4756c44155.
This commit is contained in:
Jaime Moreira 2024-09-01 19:21:48 -04:00
parent b00e925d47
commit d90dc649ec
2 changed files with 2 additions and 2 deletions

View File

@ -368,7 +368,7 @@ PCX_Decode(const char *name, const byte *raw, int len, byte **pic, byte **palett
if (image_issues) if (image_issues)
{ {
Com_DPrintf("%s: %s file has possible size issues.\n", __func__, name); Com_Printf("%s: %s file has possible size issues.\n", __func__, name);
} }
} }

View File

@ -444,7 +444,7 @@ PCX_Decode(const char *name, const byte *raw, int len, byte **pic, byte **palett
if (image_issues) if (image_issues)
{ {
R_Printf(PRINT_DEVELOPER, "%s: %s file has possible size issues.\n", R_Printf(PRINT_ALL, "%s: %s file has possible size issues.\n",
__func__, name); __func__, name);
} }
} }