mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-22 20:41:25 +00:00
Missing check
This commit is contained in:
parent
db8735129a
commit
a089863823
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue