- Timestamp:
- Oct 28, 2005, 10:59:46 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/weapons/test_bullet.cc
r5443 r5444 25 25 #include "state.h" 26 26 #include "list.h" 27 #include "class_list.h" 27 28 28 29 #include "particle_engine.h" … … 64 65 { 65 66 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 } 69 74 */ 70 //delete this->projectileModel;71 75 } 72 76
Note: See TracChangeset
for help on using the changeset viewer.