mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-24 21:31:46 +00:00
Change numadded counter to UINT16 instead of UINT8, to allow for more sprites properly
This commit is contained in:
parent
d71b99a56b
commit
65624bf6c0
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue