mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-22 20:41:25 +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;
|
||||
column_t *column;
|
||||
UINT8 *s8;
|
||||
UINT16 *s16;
|
||||
UINT32 *s32;
|
||||
UINT8 *s8 = NULL;
|
||||
UINT16 *s16 = NULL;
|
||||
UINT32 *s32 = NULL;
|
||||
|
||||
if (patch == NULL)
|
||||
I_Error("Picture_GetPatchPixel: patch == NULL");
|
||||
|
|
Loading…
Reference in a new issue