mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
just another updatenumsprites() fix
git-svn-id: https://svn.eduke32.com/eduke32@1104 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
60fb567427
commit
938f0c4a5d
1 changed files with 1 additions and 0 deletions
|
@ -3504,6 +3504,7 @@ ENDFOR1:
|
|||
ERROR_TOOMANYSPRITES:
|
||||
if (cursor < 0) message("Too many sprites in map!");
|
||||
else deletesprite(cursor);
|
||||
updatenumsprites();
|
||||
|
||||
ERROR_NOMEMORY:
|
||||
if (spritenums) Bfree(spritenums);
|
||||
|
|
Loading…
Reference in a new issue