Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 19, 2010, 4:12:23 PM (15 years ago)
Author:
dafrick
Message:

Fixed Segfault upon dropping of InvisiblePickup, while it was being used.

File:
1 edited

Legend:

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

    r6728 r6755  
    161161                if(!this->getTimer()->isActive() && this->getTimer()->getRemainingTime() == this->getDuration())
    162162                {
    163                     //TODO: Potentially dangerous, not only for this pickup. Think long and hard about this!!!
    164163                    this->destroy();
    165164                }
Note: See TracChangeset for help on using the changeset viewer.