- Timestamp:
- Dec 3, 2008, 6:26:53 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/weapon2/src/orxonox/objects/worldentities/pawns/Pawn.cc
r2327 r2337 167 167 { 168 168 COUT(0) << "Pawn::setWeaponPack" << std::endl; 169 this->weaponSystem_->attachWeaponPack( wPack,wPack->getFireMode() ); } 169 this->weaponSystem_->attachWeaponPack( wPack,wPack->getFireMode() ); 170 wPack->setParentWeaponSystem(this->weaponSystem_); 171 wPack->setWeaponSystemToAllWeapons(this->weaponSystem_); 172 } 173 170 174 WeaponPack * Pawn::getWeaponPack(unsigned int firemode) const 171 175 { return this->weaponSystem_->getWeaponPackPointer(firemode); }
Note: See TracChangeset
for help on using the changeset viewer.