Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 7, 2010, 10:55:23 AM (15 years ago)
Author:
dafrick
Message:

More bug fixes.

File:
1 edited

Legend:

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

    r6477 r6478  
    4848    Pickupable::Pickupable()
    4949    {
    50         RegisterRootObject(Pickupable);
    51 
    5250        this->used_ = false;
    5351        this->pickedUp_ = false;
     52       
     53        RegisterRootObject(Pickupable);
     54       
    5455        this->carrier_ = NULL;
    5556       
     
    6667            this->setUsed(false);
    6768       
    68         if(this->isPickedUp())
     69        if(this->isPickedUp() && this->getCarrier() != NULL)
    6970        {
    7071            this->getCarrier()->drop(this, false);
Note: See TracChangeset for help on using the changeset viewer.