Changeset 10098 in orxonox.OLD for branches/playability/src/world_entities/weapons
- Timestamp:
 - Dec 19, 2006, 4:08:04 PM (19 years ago)
 - File:
 - 
          
- 1 edited
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
branches/playability/src/world_entities/weapons/medium_blaster.cc
r10095 r10098 96 96 pj->setParent(PNode::getNullParent()); 97 97 98 pj->setVelocity(this->getParent()->getVelocity() + this->getAbsDir().apply(Vector(1,0,0))*1 00);98 pj->setVelocity(this->getParent()->getVelocity() + this->getAbsDir().apply(Vector(1,0,0))*160); 99 99 100 100 pj->setAbsCoor(this->getEmissionPoint());  
Note: See TracChangeset
          for help on using the changeset viewer.
      


            






