mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 01:01:33 +00:00
Merge branch 'spritedef-add-hotfix' into 'next'
Spritedef add hotfix See merge request STJr/SRB2!1476
This commit is contained in:
commit
1d07fc2de3
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