Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 16, 2010, 1:22:15 PM (15 years ago)
Author:
dafrick
Message:

Resolving some TODO's.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/modules/pickup/items/ShieldPickup.cc

    r7547 r7548  
    126126    {
    127127        SUPER(ShieldPickup, changedUsed);
    128 
    129         // If the pickup is not picked up nothing must be done.
    130         if(!this->isPickedUp())
    131             return;
    132128
    133129        Pawn* pawn = this->carrierToPawnHelper();
Note: See TracChangeset for help on using the changeset viewer.