Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 26, 2008, 3:01:59 PM (15 years ago)
Author:
polakma
Message:

small changes for tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/weapon2/src/orxonox/objects/worldentities/pawns/Pawn.cc

    r2145 r2273  
    5656        //WeaponSystem
    5757        weaponSystem_ = new WeaponSystem(this);
    58         /*
    59         WeaponSet * weaponSet1 = new WeaponSet(1);
     58        WeaponSet * weaponSet1 = new WeaponSet(this,1);
    6059        this->weaponSystem_->attachWeaponSet(weaponSet1);
    61         this->weaponSystem_->getWeaponSetPointer(0)->getWeaponSlotPointer(0)->setAmmoType(true);
    62         */
     60
    6361
    6462        this->registerVariables();
Note: See TracChangeset for help on using the changeset viewer.