Changeset 6755 for code/trunk/src/modules/pickup/items/SpeedPickup.cc
- Timestamp:
- Apr 19, 2010, 4:12:23 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/modules/pickup/items/SpeedPickup.cc
r6728 r6755 161 161 if(!this->getTimer()->isActive() && this->getTimer()->getRemainingTime() == this->getDuration()) 162 162 { 163 //TODO: Potentially dangerous, not only for this pickup. Think long and hard about this!!!164 163 this->destroy(); 165 164 }
Note: See TracChangeset
for help on using the changeset viewer.