Changeset 11701 for code/trunk/src/orxonox
- Timestamp:
- Jan 6, 2018, 12:24:02 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/interfaces/Pickupable.cc
r11700 r11701 80 80 if(this->isPickedUp()) 81 81 this->drop(false); // Drops the pickup without creating a PickupSpawner. 82 orxout()<< "end of preDestroy" << endl;83 82 } 84 83 … … 99 98 void Pickupable::destroyPickup(void) 100 99 { 101 orxout()<< "beginning of actual destroy" << endl;102 100 if(!this->isBeingDestroyed()) 103 101 this->Destroyable::destroy(); 104 102 else 105 103 orxout(internal_warning, context::pickups) << this->getIdentifier()->getName() << " may be unsafe. " << endl; 106 orxout()<<"end of actual destroy" << endl;107 104 } 108 105
Note: See TracChangeset
for help on using the changeset viewer.