Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 18, 2009, 6:41:00 PM (16 years ago)
Author:
landauf
Message:

removed some debug output, cleanup in WeaponMode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/weapons/src/orxonox/objects/weaponSystem/Munition.cc

    r2918 r2919  
    5151
    5252        this->reloadTime_ = 0;
    53 
    54 COUT(0) << "+Munition" << std::endl;
    5553    }
    5654
     
    5957        for (std::map<WeaponMode*, Magazine*>::iterator it = this->currentMagazines_.begin(); it != this->currentMagazines_.end(); ++it)
    6058            delete it->second;
    61 
    62 COUT(0) << "~Munition" << std::endl;
    6359    }
    6460
Note: See TracChangeset for help on using the changeset viewer.