Missing check

This commit is contained in:
Jaime Passos 2020-01-06 21:16:33 -03:00
parent db8735129a
commit a089863823
1 changed files with 2 additions and 0 deletions

View File

@ -129,6 +129,8 @@ void *Picture_PatchConvert(
if (!inbpp)
I_Error("Picture_PatchConvert: unknown input bits per pixel?!");
if (!Picture_FormatBPP(outformat))
I_Error("Picture_PatchConvert: unknown output bits per pixel?!");
// If it's a patch, you can just figure out
// the dimensions from the header.