- Timestamp:
- Dec 9, 2008, 5:44:34 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/weapon2/src/orxonox/objects/worldentities/pawns/Pawn.cc
r2337 r2366 167 167 { 168 168 COUT(0) << "Pawn::setWeaponPack" << std::endl; 169 wPack->setParentWeaponSystem(this->weaponSystem_); 170 wPack->setParentWeaponSystemToAllWeapons(this->weaponSystem_); 169 171 this->weaponSystem_->attachWeaponPack( wPack,wPack->getFireMode() ); 170 wPack->setParentWeaponSystem(this->weaponSystem_); 171 wPack->setWeaponSystemToAllWeapons(this->weaponSystem_); 172 wPack->attachNeededMunitionToAllWeapons(); 172 173 } 173 174
Note: See TracChangeset
for help on using the changeset viewer.