Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 18, 2011, 12:36:59 PM (13 years ago)
Author:
dafrick
Message:

Minor changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/pickup/src/modules/pickup/items/ShrinkPickup.cc

    r8489 r8502  
    2121 *
    2222 *   Author:
    23  *      Damian 'Mozork' Frick
     23 *      Sandro Sgier
    2424 *   Co-authors:
    2525 *      ...
     
    9797            durationTimer.setTimer(duration_, false, createExecutor(createFunctor(&ShrinkPickup::terminate, this)));
    9898        }
    99         else
    100         {
    101             this->Pickupable::destroy();
    102         }
    10399    }
    104100
     
    144140        }
    145141        else if(isTerminating_ == true)
    146         setUsed(false);
     142            this->Pickupable::destroy();
     143
    147144    }
    148145
     
    151148        isActive_ = false;
    152149        isTerminating_ = true;
     150        setUsed(false);
    153151    }
    154152
Note: See TracChangeset for help on using the changeset viewer.