Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 23, 2017, 4:41:56 PM (7 years ago)
Author:
patricwi
Message:

looking for SEGFault

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/HUD_HS16/src/orxonox/interfaces/Pickupable.cc

    r11071 r11510  
    8080        if(this->isPickedUp())
    8181            this->drop(false); // Drops the pickup without creating a PickupSpawner.
     82        orxout()<< "end of preDestroy" << endl;
    8283    }
    8384
     
    9899    void Pickupable::destroyPickup(void)
    99100    {
     101        orxout()<< "beginning of actual destroy" << endl;
    100102        if(!this->isBeingDestroyed())
    101103            this->Destroyable::destroy();
    102104        else
    103105            orxout(internal_warning, context::pickups) << this->getIdentifier()->getName() << " may be unsafe. " << endl;
     106        orxout()<<"end of actual destroy" << endl;
    104107    }
    105108
Note: See TracChangeset for help on using the changeset viewer.