Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5779 in orxonox.OLD for trunk/src/world_entities/weapons/laser.cc


Ignore:
Timestamp:
Nov 26, 2005, 2:20:58 PM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: ClassList is now in std::list style
ShellCommand is now in std::list style

File:
1 edited

Legend:

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

    r5769 r5779  
    6363
    6464  /* this is normaly done by World.cc by deleting the ParticleEngine */
    65   if (Laser::explosionParticles != NULL && ClassList::getList(CL_LASER)->getSize() <= 1)
     65  if (Laser::explosionParticles != NULL && ClassList::getList(CL_LASER)->size() <= 1)
    6666  {
    6767    //if (ClassList::exists(Laser::explosionParticles, CL_PARTICLE_SYSTEM))
Note: See TracChangeset for help on using the changeset viewer.