Changeset 8464
- Timestamp:
- May 12, 2011, 3:45:23 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/interfaces/Pickupable.cc
r8463 r8464 71 71 if(this->pickupIdentifier_ != NULL) 72 72 { 73 COUT(4) << "Pickupable ( " << this->getIdentifier()->getName() << ") (&" << this << ") destroyed." << std::endl;73 COUT(4) << "Pickupable (&" << this << ") destroyed." << std::endl; 74 74 this->pickupIdentifier_->destroy(); 75 75 } … … 340 340 Pickupable* pickup = dynamic_cast<Pickupable*>(item); 341 341 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; 343 343 return pickup; 344 344 }
Note: See TracChangeset
for help on using the changeset viewer.