Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2273


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

small changes for tests

Location:
code/branches/weapon2/src/orxonox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/weapon2/src/orxonox/gamestates/GSLevel.cc

    r2103 r2273  
    5151namespace orxonox
    5252{
    53     SetCommandLineArgument(level, "sample2.oxw").shortcut("l");
     53    SetCommandLineArgument(level, "sample4.oxw").shortcut("l");
    5454
    5555    GSLevel::GSLevel()
  • 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.