Changeset 6134 in orxonox.OLD for branches/objectmanager/src/world_entities/weapons/test_bullet.cc
- Timestamp:
- Dec 16, 2005, 5:16:00 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/objectmanager/src/world_entities/weapons/test_bullet.cc
r6123 r6134 82 82 void TestBullet::activate() 83 83 { 84 State::getWorldEntityList()->add(this);85 84 if (unlikely(TestBullet::trailParticles == NULL)) 86 85 { … … 121 120 this->toList(OM_NULL); 122 121 123 // GarbageCollector::getInstance()->collect(this);124 State::getWorldEntityList()->remove(this);125 122 TestBullet::fastFactory->kill(this); 126 123 }
Note: See TracChangeset
for help on using the changeset viewer.