Changeset 10179 in orxonox.OLD for branches/playability/src/world_entities/weapons/swarm_launcher.cc
- Timestamp:
- Jan 3, 2007, 7:07:43 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/playability/src/world_entities/weapons/swarm_launcher.cc
r10113 r10179 163 163 pj->setAbsDir(this->getAbsDir()); 164 164 dynamic_cast<SwarmProjectile*>(pj)->setTarget( (PNode*)(*eIterator) ); 165 pj->toList(OM_GROUP_01_PROJ);165 //pj->toList(OM_GROUP_01_PROJ); 166 166 pj->activate(); 167 167 }
Note: See TracChangeset
for help on using the changeset viewer.