mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-12-03 17:52:04 +00:00
Initialise
This commit is contained in:
parent
edb0bbcd6d
commit
d5c44350c2
1 changed files with 3 additions and 3 deletions
|
@ -493,9 +493,9 @@ void *Picture_GetPatchPixel(
|
||||||
{
|
{
|
||||||
fixed_t ofs;
|
fixed_t ofs;
|
||||||
column_t *column;
|
column_t *column;
|
||||||
UINT8 *s8;
|
UINT8 *s8 = NULL;
|
||||||
UINT16 *s16;
|
UINT16 *s16 = NULL;
|
||||||
UINT32 *s32;
|
UINT32 *s32 = NULL;
|
||||||
|
|
||||||
if (patch == NULL)
|
if (patch == NULL)
|
||||||
I_Error("Picture_GetPatchPixel: patch == NULL");
|
I_Error("Picture_GetPatchPixel: patch == NULL");
|
||||||
|
|
Loading…
Reference in a new issue