Remove test assert

This commit is contained in:
sirlemonhead 2019-11-13 22:31:35 +00:00 committed by Christoph Oelckers
parent 53c6e40d6d
commit 03f6b4c9ec

View file

@ -2101,8 +2101,6 @@ FUNCOBJECT_GOTO:
runlist_SubRunRec(sprite[nSprite].owner);
runlist_SubRunRec(ObjectList[nObject].field_4);
assert(nSprite != 59);
mydeletesprite(nSprite);
return;
}