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

    r2918 r2919  
    5353        this->reloadTimer_.setTimer(0.0f, false, this, createExecutor(createFunctor(&Weapon::reloaded)));
    5454        this->reloadTimer_.stopTimer();
    55 
    56 COUT(0) << "+Weapon" << std::endl;
    5755    }
    5856
    5957    Weapon::~Weapon()
    6058    {
    61 COUT(0) << "~Weapon" << std::endl;
    62 
    6359        if (this->isInitialized())
    6460        {
Note: See TracChangeset for help on using the changeset viewer.