- Timestamp:
- Oct 23, 2017, 4:41:56 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/HUD_HS16/src/orxonox/interfaces/Pickupable.cc
r11071 r11510 80 80 if(this->isPickedUp()) 81 81 this->drop(false); // Drops the pickup without creating a PickupSpawner. 82 orxout()<< "end of preDestroy" << endl; 82 83 } 83 84 … … 98 99 void Pickupable::destroyPickup(void) 99 100 { 101 orxout()<< "beginning of actual destroy" << endl; 100 102 if(!this->isBeingDestroyed()) 101 103 this->Destroyable::destroy(); 102 104 else 103 105 orxout(internal_warning, context::pickups) << this->getIdentifier()->getName() << " may be unsafe. " << endl; 106 orxout()<<"end of actual destroy" << endl; 104 107 } 105 108
Note: See TracChangeset
for help on using the changeset viewer.