Changeset 10046 in orxonox.OLD for branches/playability/src/world_entities/weapons/swarm_launcher.cc
- Timestamp:
- Dec 12, 2006, 10:53:34 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/playability/src/world_entities/weapons/swarm_launcher.cc
r10037 r10046 140 140 return; 141 141 142 pj->setVelocity(this->getVelocity()+(this->getAbsDir().apply(Vector(1,0,0))*1 00.0 /*+ VECTOR_RAND(13) */142 pj->setVelocity(this->getVelocity()+(this->getAbsDir().apply(Vector(1,0,0))*165.0 /*+ VECTOR_RAND(13) */ 143 143 /*target->getAbsCoor() - this->getAbsCoor()*/)*.5);//this->getVelocity()); 144 144
Note: See TracChangeset
for help on using the changeset viewer.