Merge branch 'spritedef-add-hotfix' into 'next'

Spritedef add hotfix

See merge request STJr/SRB2!1476
This commit is contained in:
LJ Sonic 2021-04-25 16:34:39 -04:00
commit 1d07fc2de3

View file

@ -230,7 +230,7 @@ boolean R_AddSingleSpriteDef(const char *sprname, spritedef_t *spritedef, UINT16
UINT8 rotation;
lumpinfo_t *lumpinfo;
softwarepatch_t patch;
UINT8 numadded = 0;
UINT16 numadded = 0;
memset(sprtemp,0xFF, sizeof (sprtemp));
maxframe = (size_t)-1;