Initialise

This commit is contained in:
Jaime Passos 2020-01-06 20:20:05 -03:00
parent edb0bbcd6d
commit d5c44350c2
1 changed files with 3 additions and 3 deletions

View File

@ -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");