Changeset 5779 in orxonox.OLD for trunk/src/world_entities/weapons/laser.cc
- Timestamp:
- Nov 26, 2005, 2:20:58 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/weapons/laser.cc
r5769 r5779 63 63 64 64 /* 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) 66 66 { 67 67 //if (ClassList::exists(Laser::explosionParticles, CL_PARTICLE_SYSTEM))
Note: See TracChangeset
for help on using the changeset viewer.