1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-06-29 03:28:41 +00:00

rem pobj assert

This commit is contained in:
Fire-Head 2020-08-09 01:30:57 +03:00
parent dbaeaa45cf
commit d2d8bea51e

View file

@ -124,8 +124,6 @@ CParticleObject::AddObject(uint16 type, CVector const &pos, CVector const &targe
{
CParticleObject *pobj = pUnusedListHead;
ASSERT(pobj != nil);
if ( pobj == nil )
{
printf("Error: No particle objects available!\n");