mirror of
https://github.com/GTAmodding/re3.git
synced 2024-12-25 18:05:43 +00:00
Merge branch 'miami' of github.com:GTAmodding/re3 into miami
This commit is contained in:
commit
951439486f
1 changed files with 0 additions and 2 deletions
|
@ -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