Changeset 11700 for code/trunk/src/orxonox
- Timestamp:
- Jan 6, 2018, 12:15:25 AM (7 years ago)
- Location:
- code/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
- Property svn:mergeinfo changed
/code/branches/HUD_HS16 merged: 11395,11497-11499,11501-11502,11510,11540,11558
- Property svn:mergeinfo changed
-
code/trunk/src/orxonox/interfaces/Pickupable.cc
r11071 r11700 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.