Changeset 9571 for code/branches/core6/src/orxonox/interfaces/Pickupable.cc
- Timestamp:
- Mar 24, 2013, 9:03:22 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core6/src/orxonox/interfaces/Pickupable.cc
r9563 r9571 71 71 /** 72 72 @brief 73 A method that is called by OrxonoxClass::destroy() before the object is actually destroyed.73 A method that is called by Destroyable::destroy() before the object is actually destroyed. 74 74 */ 75 75 void Pickupable::preDestroy(void) … … 98 98 { 99 99 if(!this->isBeingDestroyed()) 100 this-> OrxonoxClass::destroy();100 this->Destroyable::destroy(); 101 101 else 102 102 orxout(internal_warning, context::pickups) << this->getIdentifier()->getName() << " may be unsafe. " << endl;
Note: See TracChangeset
for help on using the changeset viewer.