Changeset 1560 for code/trunk/src/orxonox/objects
- Timestamp:
- Jun 7, 2008, 4:46:54 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/objects/ParticleProjectile.cc
r1559 r1560 56 56 ParticleProjectile::~ParticleProjectile() 57 57 { 58 if (this-> particles_)58 if (this->isInitialized() && this->particles_) 59 59 delete this->particles_; 60 60 }
Note: See TracChangeset
for help on using the changeset viewer.