mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-12 11:10:39 +00:00
Remove test assert
This commit is contained in:
parent
53c6e40d6d
commit
03f6b4c9ec
1 changed files with 0 additions and 2 deletions
|
@ -2101,8 +2101,6 @@ FUNCOBJECT_GOTO:
|
||||||
runlist_SubRunRec(sprite[nSprite].owner);
|
runlist_SubRunRec(sprite[nSprite].owner);
|
||||||
runlist_SubRunRec(ObjectList[nObject].field_4);
|
runlist_SubRunRec(ObjectList[nObject].field_4);
|
||||||
|
|
||||||
assert(nSprite != 59);
|
|
||||||
|
|
||||||
mydeletesprite(nSprite);
|
mydeletesprite(nSprite);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue