- Timestamp:
- Dec 10, 2008, 5:30:39 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/weapon2/src/orxonox/objects/worldentities/pawns/Pawn.cc
r2379 r2391 153 153 { 154 154 COUT(0) << "Pawn::setWeaponSlot" << std::endl; 155 this->attach(wSlot); 155 156 this->weaponSystem_->attachWeaponSlot(wSlot); } 157 156 158 WeaponSlot * Pawn::getWeaponSlot(unsigned int index) const 157 159 { return this->weaponSystem_->getWeaponSlotPointer(index); }
Note: See TracChangeset
for help on using the changeset viewer.