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/HealthPickup.cc

    r7547 r7548  
    187187    {
    188188        SUPER(HealthPickup, changedUsed);
    189 
    190         // If the pickup is not picked up nothing must be done.
    191         if(!this->isPickedUp()) //TODO: Needed?
    192             return;
    193189
    194190        // If the pickup has transited to used.
Note: See TracChangeset for help on using the changeset viewer.