mirror of
https://git.rip/DMCA_FUCKER/re3.git
synced 2024-11-18 06:07:45 +00:00
Merge branch 'miami' of github.com:GTAmodding/re3 into miami
This commit is contained in:
commit
951439486f
|
@ -124,8 +124,6 @@ CParticleObject::AddObject(uint16 type, CVector const &pos, CVector const &targe
|
||||||
{
|
{
|
||||||
CParticleObject *pobj = pUnusedListHead;
|
CParticleObject *pobj = pUnusedListHead;
|
||||||
|
|
||||||
ASSERT(pobj != nil);
|
|
||||||
|
|
||||||
if ( pobj == nil )
|
if ( pobj == nil )
|
||||||
{
|
{
|
||||||
printf("Error: No particle objects available!\n");
|
printf("Error: No particle objects available!\n");
|
||||||
|
|
Loading…
Reference in a new issue