- Timestamp:
- Nov 26, 2008, 3:01:59 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/weapon2/src/orxonox/objects/worldentities/pawns/Pawn.cc
r2145 r2273 56 56 //WeaponSystem 57 57 weaponSystem_ = new WeaponSystem(this); 58 /* 59 WeaponSet * weaponSet1 = new WeaponSet(1); 58 WeaponSet * weaponSet1 = new WeaponSet(this,1); 60 59 this->weaponSystem_->attachWeaponSet(weaponSet1); 61 this->weaponSystem_->getWeaponSetPointer(0)->getWeaponSlotPointer(0)->setAmmoType(true); 62 */ 60 63 61 64 62 this->registerVariables();
Note: See TracChangeset
for help on using the changeset viewer.