Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 20, 2006, 2:43:55 AM (18 years ago)
Author:
bensch
Message:

trunk: valgrind sweep

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/projectiles/rocket.cc

    r6622 r6627  
    5959
    6060  /* this is normaly done by World.cc by deleting the ParticleEngine */
    61   if (Rocket::trailParticles != NULL && ClassList::getList(CL_TEST_BULLET)->size() <= 1)
     61  if (Rocket::trailParticles != NULL && ClassList::getList(CL_ROCKET)->size() <= 1)
    6262  {
    6363    if (ClassList::exists(Rocket::trailParticles, CL_PARTICLE_SYSTEM))
     
    6565    Rocket::trailParticles = NULL;
    6666  }
    67   if (Rocket::explosionParticles != NULL && ClassList::getList(CL_TEST_BULLET)->size() <= 1)
     67  if (Rocket::explosionParticles != NULL && ClassList::getList(CL_ROCKET)->size() <= 1)
    6868  {
    6969    if (ClassList::exists(Rocket::explosionParticles, CL_PARTICLE_SYSTEM))
Note: See TracChangeset for help on using the changeset viewer.