Changeset 2379 for code/branches/weapon2/src/orxonox/objects/worldentities
- Timestamp:
- Dec 10, 2008, 2:38:33 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/weapon2/src/orxonox/objects/worldentities/pawns/Pawn.cc
r2366 r2379 53 53 this->lastHitOriginator_ = 0; 54 54 55 //WeaponSystem56 55 weaponSystem_ = new WeaponSystem(this); 57 /*58 WeaponSet * weaponSet1 = new WeaponSet(this,1);59 this->weaponSystem_->attachWeaponSet(weaponSet1);60 //totally bad solution...61 weaponSet1->setParentWeaponSystem(weaponSystem_);62 */63 56 64 57 this->registerVariables();
Note: See TracChangeset
for help on using the changeset viewer.