Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 5, 2008, 11:44:37 AM (15 years ago)
Author:
polakma
Message:

debugging changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/weapon2/src/orxonox/objects/weaponSystem/WeaponPack.cc

    r2337 r2347  
    9797    {
    9898        weapon->setParentWeaponSystem(this->parentWeaponSystem_);
     99COUT(0) << "WeaponPack::addWeapon " << weapon->getMunitionType() << std::endl;
    99100        this->weapons_.push_back(weapon);
    100101    }
    101    
     102
    102103    Weapon * WeaponPack::getWeapon(unsigned int index)
    103104    {
     
    111112            this->weapons_[i]->setParentWeaponSystem(weaponSystem);
    112113        }
    113        
     114
    114115    }
    115116}
Note: See TracChangeset for help on using the changeset viewer.