[Orxonox-commit 3784] r8464 - code/trunk/src/orxonox/interfaces
dafrick at orxonox.net
dafrick at orxonox.net
Thu May 12 15:45:23 CEST 2011
Author: dafrick
Date: 2011-05-12 15:45:23 +0200 (Thu, 12 May 2011)
New Revision: 8464
Modified:
code/trunk/src/orxonox/interfaces/Pickupable.cc
Log:
Some more changes...
Modified: code/trunk/src/orxonox/interfaces/Pickupable.cc
===================================================================
--- code/trunk/src/orxonox/interfaces/Pickupable.cc 2011-05-12 13:40:05 UTC (rev 8463)
+++ code/trunk/src/orxonox/interfaces/Pickupable.cc 2011-05-12 13:45:23 UTC (rev 8464)
@@ -70,7 +70,7 @@
{
if(this->pickupIdentifier_ != NULL)
{
- COUT(4) << "Pickupable (" << this->getIdentifier()->getName() << ") (&" << this << ") destroyed." << std::endl;
+ COUT(4) << "Pickupable (&" << this << ") destroyed." << std::endl;
this->pickupIdentifier_->destroy();
}
}
@@ -339,7 +339,7 @@
Pickupable* pickup = dynamic_cast<Pickupable*>(item);
- COUT(4) << "Pickupable (" << this->getIdentifier()->getName() << ") (&" << this << ") cloned. Clone is new Pickupable (&" << pickup << ")." << std::endl;
+ COUT(4) << "Pickupable (&" << this << ") cloned. Clone is new Pickupable (&" << pickup << ")." << std::endl;
return pickup;
}
More information about the Orxonox-commit
mailing list