mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-10 07:12:07 +00:00
Revert "PCX_Decode warning demoted to 'dev only'"
This reverts commit 4756c44155
.
This commit is contained in:
parent
b00e925d47
commit
d90dc649ec
2 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue