mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-25 05:48:03 -04:00
print error and skip PNG patch (#984)
This commit is contained in:
parent
7096d5a77a
commit
faa96f0505
@ -341,7 +341,8 @@ static void R_GenerateLookup(int texnum, int *const errors)
|
||||
if (magic[0] == 0x89 &&
|
||||
magic[1] == 'P' && magic[2] == 'N' && magic[3] == 'G')
|
||||
{
|
||||
I_Error("Patch in PNG format detected: %.8s", lumpinfo[pat].name);
|
||||
fprintf(stderr, "\nPatch in PNG format detected: %.8s", lumpinfo[pat].name);
|
||||
continue;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user