Changeset 10109 in orxonox.OLD for branches/playability/src/world_entities/weapons
- Timestamp:
- Dec 19, 2006, 11:14:27 PM (18 years ago)
- Location:
- branches/playability/src/world_entities/weapons
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/playability/src/world_entities/weapons/heavy_blaster.cc
r10046 r10109 101 101 pj->setAbsCoor(this->getEmissionPoint()); 102 102 pj->setAbsDir(this->getAbsDir()); 103 pj->toList(OM_GROUP_01_PROJ); 103 104 pj->activate(); 104 105 } -
branches/playability/src/world_entities/weapons/light_blaster.cc
r10046 r10109 98 98 pj->setAbsCoor(this->getEmissionPoint()); 99 99 pj->setAbsDir(this->getAbsDir()); 100 pj->toList(OM_GROUP_01_PROJ); 100 101 pj->activate(); 101 102 } -
branches/playability/src/world_entities/weapons/medium_blaster.cc
r10098 r10109 100 100 pj->setAbsCoor(this->getEmissionPoint()); 101 101 pj->setAbsDir(this->getAbsDir()); 102 pj->toList(OM_GROUP_01_PROJ); 102 103 pj->activate(); 103 104 } -
branches/playability/src/world_entities/weapons/swarm_launcher.cc
r10107 r10109 163 163 pj->setAbsDir(this->getAbsDir()); 164 164 dynamic_cast<SwarmProjectile*>(pj)->setTarget( (PNode*)(*eIterator) ); 165 pj->toList(OM_GROUP_01_PROJ); 165 166 pj->activate(); 166 167 167 } 168 168 }
Note: See TracChangeset
for help on using the changeset viewer.