Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 6, 2010, 7:44:04 PM (14 years ago)
Author:
dafrick
Message:

Some more documenting. Completed HealthPickup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/pickup3/src/modules/pickup/Pickup.cc

    r6475 r6477  
    192192       
    193193        //! Sets the Pickup to used if the Pickup has activation type 'immediate' and gets picked up.
    194         if(this->isPickedUp() && this->isImmediate())
     194        if(this->getCarrier() != NULL && this->isPickedUp() && this->isImmediate())
    195195        {
    196196            this->setUsed(true);
Note: See TracChangeset for help on using the changeset viewer.