Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8464


Ignore:
Timestamp:
May 12, 2011, 3:45:23 PM (13 years ago)
Author:
dafrick
Message:

Some more changes…

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/interfaces/Pickupable.cc

    r8463 r8464  
    7171        if(this->pickupIdentifier_ != NULL)
    7272        {
    73             COUT(4) << "Pickupable (" << this->getIdentifier()->getName() << ") (&" << this << ") destroyed." << std::endl;
     73            COUT(4) << "Pickupable (&" << this << ") destroyed." << std::endl;
    7474            this->pickupIdentifier_->destroy();
    7575        }
     
    340340        Pickupable* pickup = dynamic_cast<Pickupable*>(item);
    341341
    342         COUT(4) << "Pickupable (" << this->getIdentifier()->getName() << ") (&" << this << ") cloned. Clone is new Pickupable (&" << pickup << ")." << std::endl;
     342        COUT(4) << "Pickupable (&" << this << ") cloned. Clone is new Pickupable (&" << pickup << ")." << std::endl;
    343343        return pickup;
    344344    }
Note: See TracChangeset for help on using the changeset viewer.