- Timestamp:
- Jun 4, 2012, 10:50:28 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2012merge/src/orxonox/interfaces/Pickupable.cc
r8866 r9279 338 338 this->clone(item); 339 339 340 Pickupable* pickup = dynamic_cast<Pickupable*>(item);340 Pickupable* pickup = orxonox_cast<Pickupable*>(item); 341 341 342 342 orxout(verbose, context::pickups) << "Pickupable (&" << this << ") cloned. Clone is new Pickupable (&" << pickup << ")." << endl;
Note: See TracChangeset
for help on using the changeset viewer.