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/Weapon.cc

    r2337 r2347  
    107107
    108108    void Weapon::setMunitionType(std::string munitionType)
    109     {   this->munitionType_ = munitionType; }
     109    {   
     110COUT(0) << "Weapon::setMunitionType (XMLPort) "<< munitionType << std::endl;
     111this->munitionType_ = munitionType; }
    110112
    111113    std::string Weapon::getMunitionType()
Note: See TracChangeset for help on using the changeset viewer.