Changeset 10715 in orxonox.OLD for branches/presentation/src/world_entities/weapons
- Timestamp:
- Jun 18, 2007, 3:52:34 PM (18 years ago)
- Location:
- branches/presentation/src/world_entities/weapons
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/presentation/src/world_entities/weapons/rf_cannon.cc
r10714 r10715 138 138 139 139 pj->setAbsCoor(this->emissionPoint[this->activeBarrel]->getAbsCoor()); 140 //pj->setAbsDir(this->getAbsDir());140 pj->setAbsDir(this->getAbsDir()); 141 141 // pj->setAbsDir(Quaternion(0, dynamic_cast<WeaponManager*>(this->getParent())->getFixedTarget()->getAbsCoor() - this->getParent()->getAbsCoor())); 142 // pj->setAbsDir(dynamic_cast<WeaponManager*>(this->getParent())->getFixedTarget()->getAbsDir()); 142 143 pj->activate(); 143 144 -
branches/presentation/src/world_entities/weapons/weapon_manager.cc
r10714 r10715 480 480 { 481 481 Weapon* tickWeapon; 482 483 482 484 483 for(int i = 0; i < this->slotCount; i++)
Note: See TracChangeset
for help on using the changeset viewer.