Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5444 in orxonox.OLD


Ignore:
Timestamp:
Oct 28, 2005, 10:59:46 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: sync

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/weapons/test_bullet.cc

    r5443 r5444  
    2525#include "state.h"
    2626#include "list.h"
     27#include "class_list.h"
    2728
    2829#include "particle_engine.h"
     
    6465{
    6566  delete this->emitter;
    66   /*
    67      do not delete the test projectModel, since it is pnode
    68      and will be cleaned out by world
     67
     68  /* this is normaly done by World.cc by deleting the ParticleEngine
     69  if (TestBullet::explosionParticles != NULL && ClassList::getList(CL_TEST_BULLET)->getSize() == 1)
     70  {
     71    delete TestBullet::explosionParticles;
     72    TestBullet::explosionParticles = NULL;
     73  }
    6974  */
    70   //delete this->projectileModel;
    7175}
    7276
Note: See TracChangeset for help on using the changeset viewer.